texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/tp .cvsignore MANIFEST Makefile.am TODO...


From: Patrice Dumas
Subject: texinfo/tp .cvsignore MANIFEST Makefile.am TODO...
Date: Sat, 14 Jan 2012 13:28:53 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/01/14 13:28:53

Modified files:
        tp             : .cvsignore MANIFEST Makefile.am TODO 
        tp/maintain    : .cvsignore 
Added files:
        tp/maintain    : catalog.xml.in 

Log message:
        Add a catalog.xml file to help running xmllint with the in-source 
texinfo.dtd.
        Update files ignores in cvs, list of cleaned and distributed files.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/.cvsignore?cvsroot=texinfo&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/MANIFEST?cvsroot=texinfo&r1=1.15&r2=1.16
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Makefile.am?cvsroot=texinfo&r1=1.21&r2=1.22
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/TODO?cvsroot=texinfo&r1=1.247&r2=1.248
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/maintain/.cvsignore?cvsroot=texinfo&r1=1.1&r2=1.2
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/maintain/catalog.xml.in?cvsroot=texinfo&rev=1.1

Patches:
Index: .cvsignore
===================================================================
RCS file: /sources/texinfo/texinfo/tp/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- .cvsignore  6 Jan 2012 16:20:50 -0000       1.5
+++ .cvsignore  14 Jan 2012 13:28:52 -0000      1.6
@@ -2,8 +2,10 @@
 Makefile
 Makefile.in
 Makefile.tres
-Texinfo-Parser-*.tar.gz
+Texinfo-*.tar.gz
 blib
 pm_to_blib
-language-subtag-registry
 texi2any
+po
+po_document
+texi2any-perl

Index: MANIFEST
===================================================================
RCS file: /sources/texinfo/texinfo/tp/MANIFEST,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- MANIFEST    13 Jan 2012 18:58:13 -0000      1.15
+++ MANIFEST    14 Jan 2012 13:28:52 -0000      1.16
@@ -8,6 +8,8 @@
 init/latex2html.pm
 init/tex4ht.pm
 maintain/all_tests.sh
+maintain/catalog.xml.in
+maintain/change_perl_modules_version.sh
 maintain/language-subtag-registry
 maintain/Makefile_perl_po
 maintain/MANIFEST_generated_files
@@ -232,6 +234,7 @@
 t/results/coverage_braces/no_brace.pl
 t/results/coverage_braces/no_brace_space_end_line.pl
 t/results/coverage_braces/recursive_acronym.pl
+t/results/coverage_braces/ref_empty_node.pl
 t/results/coverage_braces/ref_in_style_command.pl
 t/results/coverage_braces/simple.pl
 t/results/coverage_braces/space_command_in_image.pl
@@ -287,6 +290,7 @@
 t/results/coverage/test_errormsg.pl
 t/results/coverage/test_tie.pl
 t/results/coverage/test_today.pl
+t/results/coverage/unknown_accents.pl
 t/results/coverage/unknown_commands.pl
 t/results/coverage/verbatiminclude.pl
 t/results/def/all_commands_delimiters.pl
@@ -370,6 +374,7 @@
 t/results/include/value_expansion_in_include.pl
 t/results/include/verbatiminclude_and_encoding_latin1.pl
 t/results/include/verbatiminclude_and_encoding.pl
+t/results/indices/complex_recursive_synindex.pl
 t/results/indices/def_syn_indices.pl
 t/results/indices/double_index_entry.pl
 t/results/indices/double_syncodeindex.pl
@@ -392,6 +397,7 @@
 t/results/indices/print_merged_index.pl
 t/results/indices/recursive_synindex.pl
 t/results/indices/syncode_index_print_both.pl
+t/results/indices/syncodeindex_to_plain.pl
 t/results/indices/unknown_index_entry.pl
 t/results/indices/unknown_printindex.pl
 t/results/indices/unknown_synindex.pl
@@ -524,6 +530,7 @@
 t/results/languages/command_translated.pl
 t/results/languages/multiple.pl
 t/results/languages/simple.pl
+t/results/languages/unknown_language.pl
 t/results/macro/arg_body_expansion_order.pl
 t/results/macro/arg_not_closed.pl
 t/results/macro/backslash_in_arg.pl

Index: Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -b -r1.21 -r1.22
--- Makefile.am 11 Jan 2012 20:04:54 -0000      1.21
+++ Makefile.am 14 Jan 2012 13:28:52 -0000      1.22
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.21 2012/01/11 20:04:54 pertusus Exp $
+# $Id: Makefile.am,v 1.22 2012/01/14 13:28:52 pertusus Exp $
 # Makefile.am for texinfo/tp.
 #
 # Copyright 2011 Free Software Foundation, Inc.
@@ -127,7 +127,7 @@
 
 relative_include_dir = t/include_dir
 document_domain = $(PACKAGE)_document
-all-local:
+all-local: maintain/catalog.xml
        for file in $(srcdir)/../po_document/*.gmo; do \
          cat=`basename "$$file"` ; \
          lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
@@ -148,6 +148,7 @@
 
 maintainance_files = \
   maintain/all_tests.sh \
+  maintain/change_perl_modules_version.sh \
   maintain/language-subtag-registry \
   maintain/Makefile_perl_po \
   maintain/MANIFEST_generated_files \
@@ -156,7 +157,8 @@
   maintain/regenerate_documentlanguages.pl \
   maintain/regenerate_file_lists.pl \
   maintain/regenerate_perl_module_files.sh \
-  maintain/template.pod
+  maintain/template.pod \
+  maintain/catalog.xml.in
 
 perl_specific_files = \
   Makefile.PL \
@@ -179,6 +181,9 @@
        "$(perl_specific_files)" \
         | sed 's/ \+/\n/g' | sort | cat - $< > $@
     
+maintain/catalog.xml: maintain/catalog.xml.in Makefile
+       sed -E 's|address@hidden@]|$(abs_top_srcdir)|' $< > $@
+
 
 libsrcdir = $(srcdir)/maintain/lib
 
@@ -209,9 +214,12 @@
 uninstall-local:
        rm -rf $(DESTDIR)$(pkgdatadir)/lib/
 
+
 distclean-local:
        rm -rf LocaleData
        rm -f t/results/*/*.pl.new
        rm -rf $(relative_include_dir)
+       rm -rf blib po po_document
 
 CLEANFILES = texi2any makeinfo texi2any-perl
+DISTCLEANFILES = maintain/catalog.xml pm_to_blib Makefile.old

Index: TODO
===================================================================
RCS file: /sources/texinfo/texinfo/tp/TODO,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -b -r1.247 -r1.248
--- TODO        11 Jan 2012 23:27:40 -0000      1.247
+++ TODO        14 Jan 2012 13:28:53 -0000      1.248
@@ -1,4 +1,4 @@
-export XML_CATALOG_FILES=~/src/texinfo/tp/catalog.xml
+export XML_CATALOG_FILES=~/src/texinfo/tp/maintain/catalog.xml
 perl -w t/02coverage.t -o
 xmllint --nonet --noout --valid commands.xml
 

Index: maintain/.cvsignore
===================================================================
RCS file: /sources/texinfo/texinfo/tp/maintain/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- maintain/.cvsignore 25 Dec 2011 01:37:52 -0000      1.1
+++ maintain/.cvsignore 14 Jan 2012 13:28:53 -0000      1.2
@@ -1,2 +1 @@
-MANIFEST_translations
-package_name
+catalog.xml

Index: maintain/catalog.xml.in
===================================================================
RCS file: maintain/catalog.xml.in
diff -N maintain/catalog.xml.in
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ maintain/catalog.xml.in     14 Jan 2012 13:28:53 -0000      1.1
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<!DOCTYPE catalog PUBLIC "-//OASIS/DTD Entity Resolution XML Catalog V1.0//EN" 
"http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd";>
+<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
+ <rewriteSystem 
systemIdStartString="http://www.gnu.org/software/texinfo/dtd/4.12/"; 
rewritePrefix="file://@abs_top_srcdir@/util/" />
+</catalog>



reply via email to

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