1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

(version.texi, version-tutorial.texi): Removed kluges to build them

unconditionally.
This commit is contained in:
Marius Vollmer 2001-06-25 15:07:37 +00:00
parent 9e74987fac
commit 7fca1a1a7b

View file

@ -71,14 +71,18 @@ dist-hook:
cd example-smob; \ cd example-smob; \
cp $(EXAMPLE_SMOB_FILES) $$dest) 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 # This rule overrides automake's rule for version.texi. It causes
# version.texi to be created even in non-maintainer-mode. # 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. # 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 # pending the papers from Robert Merkel
# EXTRA_DIST = guile.1 # EXTRA_DIST = guile.1