diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-06-25 15:07:37 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-06-25 15:07:37 +0000 |
commit | 7fca1a1a7b1e61f514a857916096e9c26ea1531c (patch) | |
tree | 28a6e83b9658bbddd39579bfe48efe7b284552d4 | |
parent | 9e74987fac93a59c95b5456e08279d26311edacc (diff) | |
download | guile-7fca1a1a7b1e61f514a857916096e9c26ea1531c.tar.gz |
(version.texi, version-tutorial.texi): Removed kluges to build them
unconditionally.
-rw-r--r-- | doc/Makefile.am | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 739938988..4457f855c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -71,14 +71,18 @@ dist-hook: cd example-smob; \ cp $(EXAMPLE_SMOB_FILES) $$dest) +## The following two kluges were added so that CVS checkouts would +## build when not configured with `--enable-maintainer-mode'. They +## were removed again since they relied on internal automake features. + # 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 - @: +#$(srcdir)/version.texi: stamp-vti +# @: # And the same for version-tutorial.texi. -$(srcdir)/version-tutorial.texi: stamp-vti1 - @: +#$(srcdir)/version-tutorial.texi: stamp-vti1 +# @: # pending the papers from Robert Merkel # EXTRA_DIST = guile.1 |