texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog tp/Makefile.am


From: karl
Subject: texinfo ChangeLog tp/Makefile.am
Date: Fri, 18 Jan 2013 23:57:59 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     13/01/18 23:57:59

Modified files:
        .              : ChangeLog 
        tp             : Makefile.am 

Log message:
        TexinfoSXML.pm is a new converter

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1522&r2=1.1523
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Makefile.am?cvsroot=texinfo&r1=1.54&r2=1.55

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1522
retrieving revision 1.1523
diff -u -b -r1.1522 -r1.1523
--- ChangeLog   18 Jan 2013 23:23:41 -0000      1.1522
+++ ChangeLog   18 Jan 2013 23:57:59 -0000      1.1523
@@ -2,6 +2,7 @@
 
        * doc/texinfo.txi (Customization Variables for Program Behavior)
        [TEXINFOSXML]: new output format.
+       * tp/Makefile.am (dist_converters_DATA): add TexinfoSXML.pm.
 
 2013-01-16  Patrice Dumas  <address@hidden>
 

Index: tp/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Makefile.am,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- tp/Makefile.am      16 Jan 2013 22:02:28 -0000      1.54
+++ tp/Makefile.am      18 Jan 2013 23:57:59 -0000      1.55
@@ -1,7 +1,7 @@
-# $Id: Makefile.am,v 1.54 2013/01/16 22:02:28 pertusus Exp $
+# $Id: Makefile.am,v 1.55 2013/01/18 23:57:59 karl Exp $
 # Makefile.am for texinfo/tp.
 #
-# Copyright 2011, 2012 Free Software Foundation, Inc.
+# Copyright 2011, 2012, 2013 Free Software Foundation, Inc.
 #
 # This file is free software; as a special exception the author gives
 # unlimited permission to copy and/or distribute it, with or without
@@ -63,20 +63,21 @@
 
 convertersdir = $(pkgdatadir)/Texinfo/Convert
 dist_converters_DATA = \
- Texinfo/Convert/Texinfo.pm \
- Texinfo/Convert/PlainTexinfo.pm \
+ Texinfo/Convert/Converter.pm \
+ Texinfo/Convert/DocBook.pm \
+ Texinfo/Convert/HTML.pm \
  Texinfo/Convert/Info.pm \
+ Texinfo/Convert/Line.pm \
  Texinfo/Convert/NodeNameNormalization.pm \
- Texinfo/Convert/Converter.pm \
- Texinfo/Convert/TexinfoXML.pm \
+ Texinfo/Convert/Paragraph.pm \
+ Texinfo/Convert/PlainTexinfo.pm \
  Texinfo/Convert/Plaintext.pm \
- Texinfo/Convert/HTML.pm \
- Texinfo/Convert/DocBook.pm \
+ Texinfo/Convert/Texinfo.pm \
+ Texinfo/Convert/TexinfoSXML.pm \
+ Texinfo/Convert/TexinfoXML.pm \
  Texinfo/Convert/Text.pm \
  Texinfo/Convert/TextContent.pm \
  Texinfo/Convert/UnFilled.pm \
- Texinfo/Convert/Paragraph.pm \
- Texinfo/Convert/Line.pm \
  Texinfo/Convert/Unicode.pm
 
 debugmodulesdir = $(pkgdatadir)/DebugTexinfo
@@ -171,7 +172,7 @@
   maintain/MANIFEST_generated_files \
   maintain/prepare_perl_module.sh \
   maintain/regenerate_converters_documentation.sh \
-  maintain/regenerate_document_strings_make_rules.sh \
+  maintain/regenerate_docstr.sh \
   maintain/regenerate_documentlanguages.pl \
   maintain/regenerate_file_lists.pl \
   maintain/regenerate_perl_module_files.sh \



reply via email to

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