automake-patches
[Top][All Lists]
Advanced

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

Export $(PACKAGE) and $(PACKAGE_BUGREPORT) to texinfo version.texi?


From: Simon Josefsson
Subject: Export $(PACKAGE) and $(PACKAGE_BUGREPORT) to texinfo version.texi?
Date: Thu, 27 Nov 2003 18:55:36 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

This would be useful for me; I have template sections that are the
same in several packages, only the package name or bug report address
is different.  Perhaps there are more variables that could be exported
too.

2003-11-27  Simon Josefsson  <address@hidden>

        * lib/am/texi-vers.am (version.texi): Export PACKAGE and BUGREPORT
        to texinfo variables.

Index: texi-vers.am
===================================================================
RCS file: /cvs/automake/automake/lib/am/texi-vers.am,v
retrieving revision 1.25
diff -u -p -u -w -r1.25 texi-vers.am
--- texi-vers.am        6 Sep 2003 05:36:57 -0000       1.25
+++ texi-vers.am        27 Nov 2003 17:52:51 -0000
@@ -40,6 +40,8 @@ DIST_COMMON += %VTEXI% %STAMPVTI%
        echo "@set UPDATED $$1 $$2 $$3"; \
        echo "@set UPDATED-MONTH $$2 $$3"; \
        echo "@set EDITION $(VERSION)"; \
+       echo "@set PACKAGE $(PACKAGE)"; \
+       echo "@set BUGREPORT $(PACKAGE_BUGREPORT)"; \
        echo "@set VERSION $(VERSION)") > %VTI%.tmp
 ## Use cp and rm here because some older "mv"s can't move across
 ## filesystems.  Furthermore, GNU "mv" in the AmigaDOS environment





reply via email to

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