bug-automake
[Top][All Lists]
Advanced

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

Versioning of multiple texinfo manuals


From: Marius Vollmer
Subject: Versioning of multiple texinfo manuals
Date: 28 Jun 2001 22:01:59 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Hi,

I think there is a bug in automake 1.4-p2 (from Debian, if that
matters) concerning the creation of "version.texi" files when there
are multiple texinfo manuals in one directory.

The generated Makefile.in will only have rules for the first version
file.  More precisely, the fragment "texi-vers.am" is only included in
the generated file for the first version file.

The guile/guile-core module on Savannah has this problem in the doc/
directory.  (If you need a more stripped down example, please say so.)


The following patch fixed the issue for me:

--- /usr/bin/automake   Mon Jun 11 07:29:36 2001
+++ /home/mvo/bin/automake      Thu Jun 28 21:56:10 2001
@@ -2003,8 +2003,7 @@
                     . 's/address@hidden@/' . $vtexi . '/g;'
                     . 's,address@hidden@,' . $conf_pat . ',g;'
                     . 's,address@hidden@,' . $configure_ac . ',g;',
-                    'texi-vers')
-            unless $done > 1;
+                    'texi-vers');
 
            &push_phony_cleaners ($vti);
        }



reply via email to

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