texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/Pod-Simple-Texinfo Makefile.am


From: Patrice Dumas
Subject: texinfo/Pod-Simple-Texinfo Makefile.am
Date: Sat, 21 Jan 2012 23:52:21 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/01/21 23:52:21

Modified files:
        Pod-Simple-Texinfo: Makefile.am 

Log message:
        Fix distribution and make distcheck.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/Pod-Simple-Texinfo/Makefile.am?cvsroot=texinfo&r1=1.2&r2=1.3

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/Pod-Simple-Texinfo/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- Makefile.am 21 Jan 2012 22:39:33 -0000      1.2
+++ Makefile.am 21 Jan 2012 23:52:21 -0000      1.3
@@ -1,9 +1,10 @@
-bin_SCRIPTS = pod2texi
+nodist_bin_SCRIPTS = pod2texi
 
 EXTRA_DIST = Changes \
  Makefile.PL \
  MANIFEST \
  t/Pod-Simple-Texinfo.t \
+ pod2texi.pl \
  $(TESTS)
 
 modulesdir = $(pkgdatadir)/Pod-Simple-Texinfo/Pod/Simple/
@@ -16,3 +17,5 @@
        chmod a+x $@
 
 TESTS = prove.sh
+
+DISTCLEANFILES = pod2texi



reply via email to

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