texinfo-commits
[Top][All Lists]
Advanced

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

texinfo autogen.sh


From: Patrice Dumas
Subject: texinfo autogen.sh
Date: Wed, 15 Feb 2012 09:56:51 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/02/15 09:56:51

Modified files:
        .              : autogen.sh 

Log message:
        Use relative paths for scripts run to regenerate makefiles includes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/autogen.sh?cvsroot=texinfo&r1=1.10&r2=1.11

Patches:
Index: autogen.sh
===================================================================
RCS file: /sources/texinfo/texinfo/autogen.sh,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- autogen.sh  9 Feb 2012 23:51:50 -0000       1.10
+++ autogen.sh  15 Feb 2012 09:56:50 -0000      1.11
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: autogen.sh,v 1.10 2012/02/09 23:51:50 pertusus Exp $
+# $Id: autogen.sh,v 1.11 2012/02/15 09:56:50 pertusus Exp $
 # Created 2003-08-29, Karl Berry.  Public domain.
 
 if test "x$1" = x-n; then
@@ -12,12 +12,12 @@
 echo "Preparing Texinfo development infrastructure:"
 
 # Generates an include file for tp/Makefile.am.
-cmd="tp/maintain/regenerate_file_lists.pl"
+cmd="./tp/maintain/regenerate_file_lists.pl"
 echo "  $cmd"
 $chicken eval $cmd || exit 1
 
 # Generates another include file for tp/Makefile.am.
-cmd="tp/maintain/regenerate_document_strings_make_rules.sh"
+cmd="./tp/maintain/regenerate_document_strings_make_rules.sh"
 echo "  $cmd"
 $chicken eval $cmd || exit 1
 



reply via email to

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