From 7fca1a1a7b1e61f514a857916096e9c26ea1531c Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 25 Jun 2001 15:07:37 +0000 Subject: [PATCH] (version.texi, version-tutorial.texi): Removed kluges to build them unconditionally. --- doc/Makefile.am | 12 ++++++++---- 1 file 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 -- 2.20.1