summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2001-04-24 22:15:10 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2001-04-24 22:15:10 +0000
commitb516a720b9e21c30af7be0dc0f608ebd5a4d5f23 (patch)
treedb3b3473a10ddf8f65ef0576e7767e3f6157134e /doc/Makefile.am
parent612943c6c1ea6a1b84604e6503cee99da1d6351f (diff)
downloadguile-b516a720b9e21c30af7be0dc0f608ebd5a4d5f23.tar.gz
* Fix bug with multiple files including of version.texi.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 94375e3f0..5acbb145c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -67,6 +67,9 @@ dist-hook:
# 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
@:
+
+# And the same for version-tutorial.texi.
+$(srcdir)/version-tutorial.texi: stamp-vti1
+ @: