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: Sun, 15 Jan 2012 13:59:45 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/01/15 13:59:45

Modified files:
        tp             : Makefile.am 

Log message:
        Do the current directory first, to do tests in t/ first.

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

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- Makefile.am 14 Jan 2012 18:57:28 -0000      1.24
+++ Makefile.am 15 Jan 2012 13:59:44 -0000      1.25
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.24 2012/01/14 18:57:28 pertusus Exp $
+# $Id: Makefile.am,v 1.25 2012/01/15 13:59:44 pertusus Exp $
 # Makefile.am for texinfo/tp.
 #
 # Copyright 2011 Free Software Foundation, Inc.
@@ -17,7 +17,7 @@
 $(srcdir)/Makefile.tres: maintain/regenerate_file_lists.pl
        cd $(srcdir)/ && $(PERL) ./maintain/regenerate_file_lists.pl
 
-SUBDIRS = tests
+SUBDIRS = . tests
 
 bin_SCRIPTS = texi2any
 



reply via email to

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