texinfo-commits
[Top][All Lists]
Advanced

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

texinfo configure.ac doc/texinfo.txi doc/refcar...


From: karl
Subject: texinfo configure.ac doc/texinfo.txi doc/refcar...
Date: Wed, 12 Sep 2012 01:12:26 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     12/09/12 01:12:26

Modified files:
        .              : configure.ac 
        doc            : texinfo.txi 
        doc/refcard    : Makefile 

Log message:
        more on xml; regen

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/configure.ac?cvsroot=texinfo&r1=1.116&r2=1.117
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.477&r2=1.478
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/refcard/Makefile?cvsroot=texinfo&r1=1.1&r2=1.2

Patches:
Index: configure.ac
===================================================================
RCS file: /sources/texinfo/texinfo/configure.ac,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -b -r1.116 -r1.117
--- configure.ac        11 Jun 2012 17:54:26 -0000      1.116
+++ configure.ac        12 Sep 2012 01:12:25 -0000      1.117
@@ -1,5 +1,8 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.ac,v 1.116 2012/06/11 17:54:26 karl Exp $
+# $Id: configure.ac,v 1.117 2012/09/12 01:12:25 karl Exp $
+#
+# Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+# 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

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -b -r1.477 -r1.478
--- doc/texinfo.txi     10 Sep 2012 23:24:12 -0000      1.477
+++ doc/texinfo.txi     12 Sep 2012 01:12:25 -0000      1.478
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.477 2012/09/10 23:24:12 karl Exp $
address@hidden $Id: texinfo.txi,v 1.478 2012/09/12 01:12:25 karl Exp $
 @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
 @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
 
@@ -1017,9 +1017,10 @@
 XML tools.  The details of the output are defined in an XML DTD as
 usual, which is contained in a file @file{texinfo.dtd} included in the
 Texinfo source distribution and available via the Texinfo web pages.
-The XML contains enough information to (nearly) recreate the original
-source, and the Texinfo sources include a utility script
address@hidden to do just that.
+The XML contains enough information to recreate the original content,
+except for syntactic constructs such as Texinfo macros and
+conditionals.  The Texinfo source distribution includes a utility script
address@hidden to do that backward transformation.
 @end table
 
 
@@ -21840,7 +21841,7 @@
 or other version control systems, which expand it into a string such
 as:
 @example
-$Id: texinfo.txi,v 1.477 2012/09/10 23:24:12 karl Exp $
+$Id: texinfo.txi,v 1.478 2012/09/12 01:12:25 karl Exp $
 @end example
 (This is useful in all sources that use version control, not just manuals.)
 You may wish to include the @samp{$Id:} comment in the @code{@@copying}

Index: doc/refcard/Makefile
===================================================================
RCS file: /sources/texinfo/texinfo/doc/refcard/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- doc/refcard/Makefile        7 Sep 2008 22:47:47 -0000       1.1
+++ doc/refcard/Makefile        12 Sep 2012 01:12:26 -0000      1.2
@@ -1,7 +1,9 @@
-# $Id: Makefile,v 1.1 2008/09/07 22:47:47 karl Exp $
+# $Id: Makefile,v 1.2 2012/09/12 01:12:26 karl Exp $
 # Makefile for texinfo/doc/refcard.
 # This is not hooked into Automake, just here for those working on the refcard.
 #
+# Copyright 2008, 2012 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
 # modifications, as long as this notice is preserved.
@@ -26,10 +28,16 @@
        dvips -t landscape -t a4 $(doc) -o
        ps2pdf $(doc).ps $@
 
-check:
+check: ccheck vcheck
+
+ccheck:
        txicmdcheck
 
+vcheck:
+       txivarcheck
+
 clean:
        rm -f $(doc)*.dvi $(doc)*.log $(doc)*.ps
+
 distclean: clean
        rm -f $(doc)*.pdf



reply via email to

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