[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo ChangeLog util/Makefile.am util/detexinfo
From: |
Patrice Dumas |
Subject: |
texinfo ChangeLog util/Makefile.am util/detexinfo |
Date: |
Mon, 16 Jan 2012 22:21:53 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 12/01/16 22:21:53
Modified files:
. : ChangeLog
util : Makefile.am
Added files:
util : detexinfo
Log message:
* util/detexinfo, util/Makefile.am: new script to strip
@-commands.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1307&r2=1.1308
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/Makefile.am?cvsroot=texinfo&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/texinfo/util/detexinfo?cvsroot=texinfo&rev=1.1
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1307
retrieving revision 1.1308
diff -u -b -r1.1307 -r1.1308
--- ChangeLog 15 Jan 2012 20:51:14 -0000 1.1307
+++ ChangeLog 16 Jan 2012 22:21:52 -0000 1.1308
@@ -1,3 +1,7 @@
+2012-01-16 Patrice Dumas <address@hidden>
+
+ * util/detexinfo, util/Makefile.am: new script to strip @-commands.
+
2012-01-15 Patrice Dumas <address@hidden>
* doc/texinfo.txi (Configuration Variables for @@-Commands):
Index: util/Makefile.am
===================================================================
RCS file: /sources/texinfo/texinfo/util/Makefile.am,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- util/Makefile.am 28 Oct 2011 23:39:12 -0000 1.39
+++ util/Makefile.am 16 Jan 2012 22:21:52 -0000 1.40
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.39 2011/10/28 23:39:12 karl Exp $
+# $Id: Makefile.am,v 1.40 2012/01/16 22:21:52 pertusus Exp $
# Makefile.am for texinfo/util.
# Run automake in .. to produce Makefile.in from this.
#
@@ -38,7 +38,7 @@
# Most of these are for fun. The only official/installed ones are the
# *texi2* scripts.
#
-EXTRA_DIST = README deref.c dir-example fix-info-dir fixfonts \
+EXTRA_DIST = README deref.c detexinfo dir-example fix-info-dir fixfonts \
fixref.gawk gdoc gen-dir-node gendocs.sh gendocs_template infosrch \
install-info-html outline.gawk pdftexi2dvi \
prepinfo.awk tex3patch texi-docstring-magic.el texi2dvi texi2pdf txitextest \
Index: util/detexinfo
===================================================================
RCS file: util/detexinfo
diff -N util/detexinfo
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ util/detexinfo 16 Jan 2012 22:21:52 -0000 1.1
@@ -0,0 +1,4 @@
+#! /bin/sh
+
+exec texi2any --set-init-variable TEXTCONTENT=1 "$@"
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- texinfo ChangeLog util/Makefile.am util/detexinfo,
Patrice Dumas <=