texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] texi2html/test Makefile.am Makefile.in


From: Patrice Dumas
Subject: [Texi2html-cvs] texi2html/test Makefile.am Makefile.in
Date: Tue, 04 Aug 2009 16:41:37 +0000

CVSROOT:        /cvsroot/texi2html
Module name:    texi2html
Changes by:     Patrice Dumas <pertusus>        09/08/04 16:41:37

Modified files:
        test           : Makefile.am Makefile.in 

Log message:
        use mkdir_p instead of MKDIR_P, seems to be also present in older 
automake.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/Makefile.am?cvsroot=texi2html&r1=1.8&r2=1.9
http://cvs.savannah.gnu.org/viewcvs/texi2html/test/Makefile.in?cvsroot=texi2html&r1=1.14&r2=1.15

Patches:
Index: Makefile.am
===================================================================
RCS file: /cvsroot/texi2html/texi2html/test/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- Makefile.am 2 Aug 2009 14:11:08 -0000       1.8
+++ Makefile.am 4 Aug 2009 16:41:37 -0000       1.9
@@ -56,7 +56,7 @@
 # this is in order to have the files in .texinfo in the build dir
 all-local:
        for dir in $(htmlxref_cnf_tests); do \
-               $(MKDIR_P) $$dir/.texinfo/ ; \
+               $(mkdir_p) $$dir/.texinfo/ ; \
                if [ -f $$dir/.texinfo/htmlxref.cnf ]; then : ; \
                else cp $(srcdir)/$$dir/htmlxref.cnf $$dir/.texinfo/ ; \
                fi ; \

Index: Makefile.in
===================================================================
RCS file: /cvsroot/texi2html/texi2html/test/Makefile.in,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- Makefile.in 2 Aug 2009 14:11:09 -0000       1.14
+++ Makefile.in 4 Aug 2009 16:41:37 -0000       1.15
@@ -594,7 +594,7 @@
 # this is in order to have the files in .texinfo in the build dir
 all-local:
        for dir in $(htmlxref_cnf_tests); do \
-               $(MKDIR_P) $$dir/.texinfo/ ; \
+               $(mkdir_p) $$dir/.texinfo/ ; \
                if [ -f $$dir/.texinfo/htmlxref.cnf ]; then : ; \
                else cp $(srcdir)/$$dir/htmlxref.cnf $$dir/.texinfo/ ; \
                fi ; \




reply via email to

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