texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp Makefile.am


From: Patrice Dumas
Subject: texinfo/tp Makefile.am
Date: Tue, 15 May 2012 23:24:26 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/05/15 23:24:26

Modified files:
        tp             : Makefile.am 

Log message:
        Sort MANIFEST entries after doing the last concatenation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Makefile.am?cvsroot=texinfo&r1=1.42&r2=1.43

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Makefile.am,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- Makefile.am 24 Apr 2012 17:31:54 -0000      1.42
+++ Makefile.am 15 May 2012 23:24:25 -0000      1.43
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.42 2012/04/24 17:31:54 karl Exp $
+# $Id: Makefile.am,v 1.43 2012/05/15 23:24:25 pertusus Exp $
 # Makefile.am for texinfo/tp.
 #
 # Copyright 2011, 2012 Free Software Foundation, Inc.
@@ -196,7 +196,7 @@
        "$(dist_init_DATA) $(test_files) $(tp_tests) 
$(test_files_generated_list) " \
        "texi2any $(maintainance_files) README TODO COPYING " \
        "$(perl_specific_files)" \
-        | sed 's/ \+/\n/g' | sort | cat - $< > $@
+        | sed 's/ \+/\n/g' | cat - $< | sort > $@
 
 maintain/catalog.xml: maintain/catalog.xml.in Makefile
        $(MKDIR_P) maintain



reply via email to

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