[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo autogen.sh ChangeLog
From: |
Patrice Dumas |
Subject: |
texinfo autogen.sh ChangeLog |
Date: |
Tue, 15 Jan 2013 01:23:49 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 13/01/15 01:23:49
Modified files:
. : autogen.sh ChangeLog
Log message:
* autogen.sh: adapt to shorter regenerate_docstr.sh
and Makefile.docstr names.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/autogen.sh?cvsroot=texinfo&r1=1.11&r2=1.12
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1517&r2=1.1518
Patches:
Index: autogen.sh
===================================================================
RCS file: /sources/texinfo/texinfo/autogen.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- autogen.sh 15 Feb 2012 09:56:50 -0000 1.11
+++ autogen.sh 15 Jan 2013 01:23:49 -0000 1.12
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: autogen.sh,v 1.11 2012/02/15 09:56:50 pertusus Exp $
+# $Id: autogen.sh,v 1.12 2013/01/15 01:23:49 pertusus Exp $
# Created 2003-08-29, Karl Berry. Public domain.
if test "x$1" = x-n; then
@@ -17,7 +17,7 @@
$chicken eval $cmd || exit 1
# Generates another include file for tp/Makefile.am.
-cmd="./tp/maintain/regenerate_document_strings_make_rules.sh"
+cmd="(cd tp && ./maintain/regenerate_docstr.sh Makefile.docstr)"
echo " $cmd"
$chicken eval $cmd || exit 1
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1517
retrieving revision 1.1518
diff -u -b -r1.1517 -r1.1518
--- ChangeLog 15 Jan 2013 00:19:58 -0000 1.1517
+++ ChangeLog 15 Jan 2013 01:23:49 -0000 1.1518
@@ -1,3 +1,8 @@
+2013-01-15 Patrice Dumas <address@hidden>
+
+ * autogen.sh: adapt to shorter regenerate_docstr.sh
+ and Makefile.docstr names.
+
2013-01-14 Karl Berry <address@hidden>
* doc/texinfo.txi (Conditionally Visible Text,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo autogen.sh ChangeLog,
Patrice Dumas <=