[Top][All Lists]
[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: |
Sat, 14 Jan 2012 14:04:58 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 12/01/14 14:04:58
Modified files:
tp : Makefile.am
Log message:
create the maintain subdirectory when building maintain/catalog.xml.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Makefile.am?cvsroot=texinfo&r1=1.22&r2=1.23
Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- Makefile.am 14 Jan 2012 13:28:52 -0000 1.22
+++ Makefile.am 14 Jan 2012 14:04:58 -0000 1.23
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.22 2012/01/14 13:28:52 pertusus Exp $
+# $Id: Makefile.am,v 1.23 2012/01/14 14:04:58 pertusus Exp $
# Makefile.am for texinfo/tp.
#
# Copyright 2011 Free Software Foundation, Inc.
@@ -182,6 +182,7 @@
| sed 's/ \+/\n/g' | sort | cat - $< > $@
maintain/catalog.xml: maintain/catalog.xml.in Makefile
+ $(MKDIR_P) maintain
sed -E 's|address@hidden@]|$(abs_top_srcdir)|' $< > $@