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:
parent
9e74987fac
commit
7fca1a1a7b
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue