texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/TODO: put notes at the end


From: Patrice Dumas
Subject: branch master updated: tp/TODO: put notes at the end
Date: Sun, 14 Aug 2022 11:41:59 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new da40ee95f1 tp/TODO: put notes at the end
da40ee95f1 is described below

commit da40ee95f18d649401e373b1972dd878c23eb884
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Aug 14 17:41:35 2022 +0200

    tp/TODO: put notes at the end
---
 tp/TODO | 24 +++++++++++++++++-------
 1 file changed, 17 insertions(+), 7 deletions(-)

diff --git a/tp/TODO b/tp/TODO
index 478fc03b9a..8bed49f960 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -6,13 +6,6 @@ This is the todo list for texi2any
   are permitted in any medium without royalty provided the copyright
   notice and this notice are preserved.
 
-export XML_CATALOG_FILES=~/src/texinfo/tp/maintain/catalog.xml
-xmllint --nonet --noout --valid commands.xml
-
-Test with 8bit locale:
-export LANG=fr_FR; export LANGUAGE=fr_FR; export LC_ALL=fr_FR
-xterm &
-
 
 Before next release
 ===================
@@ -681,3 +674,20 @@ t/30sectioning.t
 
 t/info_tests.t
  space_in_setfilename
+
+
+Misc notes
+==========
+
+export XML_CATALOG_FILES=~/src/texinfo/tp/maintain/catalog.xml
+xmllint --nonet --noout --valid commands.xml
+
+Test with 8bit locale:
+export LANG=fr_FR; export LANGUAGE=fr_FR; export LC_ALL=fr_FR
+xterm &
+
+convert to pdf from docbook
+xsltproc -o intermediate-fo-file.fo 
/usr/share/xml/docbook/stylesheet/docbook-xsl/fo/docbook.xsl texinfo.xml
+fop -pdf texinfo-dbk.pdf -fo intermediate-fo-file.fo
+
+dblatex -o texinfo-dblatex.pdf texinfo.xml



reply via email to

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