1 version.texi: stamp-vti
3 # Depend on configure.in so that version number updates cause a
5 stamp-vti: @TEXI@ $(top_srcdir)/configure.in
6 echo "@set UPDATED `cd $(srcdir) && $(SHELL) mdate-sh @TEXI@`" \
8 echo "@set EDITION $(VERSION)" >> version.tmp
9 echo "@set VERSION $(VERSION)" >> version.tmp
10 if cmp -s version.tmp $(srcdir)/version.texi; then \
13 mv version.tmp $(srcdir)/version.texi; \
15 touch $(srcdir)/stamp-vti
26 rm -f stamp-vti version.texi