* Makefile.am (version.texi): Override automake's rule for
authorMarius Vollmer <mvo@zagadka.de>
Sun, 30 Jan 2000 23:17:00 +0000 (23:17 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sun, 30 Jan 2000 23:17:00 +0000 (23:17 +0000)
version.texi so that it gets created even in non-maintainer-mode.

doc/Makefile.am

index fd6821d..e98fae0 100644 (file)
 info_TEXINFOS = data-rep.texi
 data_rep_TEXINFOS = data-rep.texi version.texi
 
+# This rule overrides automake's rule for version.texi.  It causes
+# version.texi to be created even in non-maintainer-mode.
+#
+$(srcdir)/version.texi: stamp-vti
+       @:
+
 EXAMPLE_SMOB_FILES = \
     ChangeLog Makefile README COPYING image-type.c image-type.h myguile.c