texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp/tests Makefile.am sectioning/Makefil...


From: Patrice Dumas
Subject: texinfo/tp/tests Makefile.am sectioning/Makefil...
Date: Sun, 05 Feb 2012 22:00:45 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/02/05 22:00:45

Modified files:
        tp/tests       : Makefile.am 
        tp/tests/sectioning: Makefile.am 

Log message:
        Also copy equivalent_nodes-noderename.cnf.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/Makefile.am?cvsroot=texinfo&r1=1.4&r2=1.5
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/tests/sectioning/Makefile.am?cvsroot=texinfo&r1=1.1&r2=1.2

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Makefile.am 5 Feb 2012 10:34:02 -0000       1.4
+++ Makefile.am 5 Feb 2012 22:00:40 -0000       1.5
@@ -3,7 +3,8 @@
 long_tests = \
  sectioning coverage indices nested_formats contents layout
 
-SUBDIRS = . many_input_files $(base_tests) $(long_tests)
+DIST_SUBDIRS = many_input_files $(base_tests) $(long_tests)
+SUBDIRS = . many_input_files
 
 copy-tests: copy-base copy-long
        cd many_input_files && $(MAKE) copy-tests
@@ -29,7 +30,8 @@
 # This is done in this directory to be sure that the files are there
 # when check is done in this directory.
 all-local: htmlxref/htmlxref.cnf htmlxref-only_mono/htmlxref.cnf \
- htmlxref-only_split/htmlxref.cnf htmlxref-only_split/.texinfo/htmlxref.cnf
+ htmlxref-only_split/htmlxref.cnf htmlxref-only_split/.texinfo/htmlxref.cnf \
+ sectioning/equivalent_nodes-noderename.cnf
 
 htmlxref/htmlxref.cnf: htmlxref/htmlxref.cnf-ref
        ${INSTALL_DATA} $< $@
@@ -47,5 +49,8 @@
 htmlxref-only_split/.texinfo:
        $(mkdir_p) $@
 
+sectioning/equivalent_nodes-noderename.cnf: sectioning/renamednodes.cnf-ref
+       ${INSTALL_DATA} $< $@
+
 EXTRA_DIST = run_parser_all.sh parser_tests.sh \
  $(TESTS) $(long_TESTS) coverage_macro.texi

Index: sectioning/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/tests/sectioning/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- sectioning/Makefile.am      14 Jan 2012 19:04:54 -0000      1.1
+++ sectioning/Makefile.am      5 Feb 2012 22:00:43 -0000       1.2
@@ -18,7 +18,7 @@
  tests-parser.txt \
  res_parser res_parser_html
 
-DISTCLEANFILES = tests.log tests.out
+DISTCLEANFILES = tests.log tests.out equivalent_nodes-noderename.cnf
 
 distclean-local:
        rm -rf out_parser out_parser_html diffs



reply via email to

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