texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp texi2any.pl


From: Patrice Dumas
Subject: texinfo/tp texi2any.pl
Date: Wed, 28 Dec 2011 21:00:13 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/12/28 21:00:13

Modified files:
        tp             : texi2any.pl 

Log message:
        Saner default for PACKAGE_URL.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/texi2any.pl?cvsroot=texinfo&r1=1.97&r2=1.98

Patches:
Index: texi2any.pl
===================================================================
RCS file: /sources/texinfo/texinfo/tp/texi2any.pl,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -b -r1.97 -r1.98
--- texi2any.pl 25 Dec 2011 23:49:26 -0000      1.97
+++ texi2any.pl 28 Dec 2011 21:00:12 -0000      1.98
@@ -199,7 +199,8 @@
   if ($configured_name eq '@' .'PACKAGE_NAME@');
 my $configured_name_version = "$configured_name $configured_version"; 
 my $configured_url = '@PACKAGE_URL@';
-# FIXME url of the CPAN module if/when it exists?
+$configured_url = 'http://www.gnu.org/software/texinfo/'
+  if ($configured_url eq '@' .'PACKAGE_URL@');
 
 # defaults for options relevant in the main program, not undef, and also
 # defaults for all the converters.



reply via email to

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