summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2000-01-30 23:17:00 +0000
committerMarius Vollmer <mvo@zagadka.de>2000-01-30 23:17:00 +0000
commit505ede188182b40c34dba6745c768f42c7caca09 (patch)
tree630f02dd16f3fafce4ccbf54603d0dad496e90bb
parentae1b098b078548d31181482b2bcba87b5b0356c2 (diff)
downloadguile-505ede188182b40c34dba6745c768f42c7caca09.tar.gz
* Makefile.am (version.texi): Override automake's rule for
version.texi so that it gets created even in non-maintainer-mode.
-rw-r--r--doc/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fd6821dd0..e98fae083 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -21,6 +21,12 @@
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