texinfo-commits
[Top][All Lists]
Advanced

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

texinfo Makefile.am


From: Sergey Poznyakoff
Subject: texinfo Makefile.am
Date: Fri, 08 Apr 2011 10:40:50 +0000

CVSROOT:        /cvsroot/texinfo
Module name:    texinfo
Changes by:     Sergey Poznyakoff <gray>        11/04/08 10:40:50

Modified files:
        .              : Makefile.am 

Log message:
        (dist-hook): New rule to distribute tp.

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

Patches:
Index: Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- Makefile.am 25 Jun 2010 13:17:37 -0000      1.28
+++ Makefile.am 8 Apr 2011 10:40:50 -0000       1.29
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.28 2010/06/25 13:17:37 karl Exp $
+# $Id: Makefile.am,v 1.29 2011/04/08 10:40:50 gray Exp $
 # Makefile.am for texinfo.
 # Process this file with automake to produce Makefile.in in all directories.
 #
@@ -48,6 +48,9 @@
        cp -fpR $(srcdir)/po_document/*.po $(srcdir)/po_document/LINGUAS 
texi2html/po_document/
        cp -fpR $(srcdir)/po/*.po $(srcdir)/po/LINGUAS texi2html/po_messages/
 
+dist-hook:
+       tar -C $(srcdir) -c -f - --exclude CVS tp | tar -C $(distdir) -x -f -
+
 # Don't install native tools for cross compile.
 if TOOLS_ONLY
 install:



reply via email to

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