guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/doc Makefile.am


From: Marius Vollmer
Subject: guile/guile-core/doc Makefile.am
Date: Mon, 25 Jun 2001 08:07:37 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/06/25 08:07:37

Modified files:
        guile-core/doc : Makefile.am 

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

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/Makefile.am.diff?cvsroot=OldCVS&tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: guile/guile-core/doc/Makefile.am
diff -u guile/guile-core/doc/Makefile.am:1.18 
guile/guile-core/doc/Makefile.am:1.19
--- guile/guile-core/doc/Makefile.am:1.18       Mon May 14 14:37:51 2001
+++ guile/guile-core/doc/Makefile.am    Mon Jun 25 08:07:37 2001
@@ -71,14 +71,18 @@
          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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]