texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/texi2html autogen.sh


From: Patrice Dumas
Subject: texinfo/texi2html autogen.sh
Date: Thu, 01 Jul 2010 08:43:45 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        10/07/01 08:43:45

Modified files:
        texi2html      : autogen.sh 

Log message:
        Force installation of autopoint files and create the m4/ directory.

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

Patches:
Index: autogen.sh
===================================================================
RCS file: /sources/texinfo/texinfo/texi2html/autogen.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- autogen.sh  31 Dec 2009 14:57:24 -0000      1.6
+++ autogen.sh  1 Jul 2010 08:43:39 -0000       1.7
@@ -3,12 +3,13 @@
 
 test -f Makefile.am || cd "`dirname \"$0\"`"
 
-autopoint
+autopoint -f
 cp po/* po_messages
 cp po/* po_document
 rm -rf po
 
 # Create `aclocal.m4'.
+mkdir -p m4
 aclocal -I m4
 
 # Create `Makefile.in' from `Makefile.am', and symlink `install-sh',



reply via email to

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