texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Wed, 14 Sep 2022 01:50:46 -0400 (EDT)

branch: master
commit ae4f59587c0106e211e339f972c446c63b46ee73
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Sep 14 07:40:35 2022 +0200

    tp/TODO: update init file paths in text.
---
 tp/TODO | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/tp/TODO b/tp/TODO
index b0e2a0a816..40cb65b15f 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -344,16 +344,17 @@ CPP directive with non ascii characters, latin1 manual
 ./texi2any.pl --force ./t/input_files/cpp_line_latin1.texi
 
 Issue to add 'tests/included_lat'$'\356''n1.texi' in make dist
-tests/other manual_include_accented_file_name_latin1
-./texi2any.pl --force -I tests/ 
tests/other/manual_include_accented_file_name_latin1.texi
+tests/formatting manual_include_accented_file_name_latin1
+./texi2any.pl --force -I tests/ 
tests/formatting/manual_include_accented_file_name_latin1.texi
 
 latin1 encoded and latex2html in latin1 locale
-./texi2any.pl --html --init init/latex2html.pm 
tests/tex_html/tex_encode_latin1.texi
+./texi2any.pl --html --init ext/latex2html.pm 
tests/tex_html/tex_encode_latin1.texi
 
 latin1 encoded and tex4ht in latin1 locale
-./texi2any.pl --html --init init/tex4ht.pm 
tests/tex_html/tex_encode_latin1.texi
+./texi2any.pl --html --init ext/tex4ht.pm tests/tex_html/tex_encode_latin1.texi
 
-./texi2any.pl --html --init init/tex4ht.pm tex_encodé_latin1.texi
+cp -p tests/tex_html/tex_encode_latin1.texi tex_encodé_latin1.texi
+./texi2any.pl --html --init ext/tex4ht.pm tex_encodé_latin1.texi
 Firefox can't find tex_encod%uFFFD_latin1_html/Chapter.html (?)
 Opened from within the directory, still can't find the image file:
 tex_encod%E9_latin1_html/tex_encod%C3%A9_latin1_tex4ht_tex0x.png
@@ -361,11 +362,11 @@ The file names and file contents looks right, though, 
with latin1 only
 encoded characters.
 
 epub for utf8 encoded manual in latin1 locale
-./texi2any.pl --force -I tests/ --init init/epub3.pm 
tests/formatting/os*_utf8.texi
+./texi2any.pl --force -I tests/ --init ext/epub3.pm 
tests/formatting/os*_utf8.texi
 
 epub for latin1 encoded manual in latin1 locale
 cp tests/tex_html/tex_encode_latin1.texi tex_encodé_latin1.texi
-./texi2any.pl --init init/epub3.pm tex_encodé_latin1.texi
+./texi2any.pl --init ext/epub3.pm tex_encodé_latin1.texi
 
 ./texi2any.pl --force -I tests/ -c TEXINFO_OUTPUT_FORMAT=rawtext 
tests/formatting/os*_utf8.texi
 output file name is in latin1, but the encoding inside is utf8 consistent
@@ -392,27 +393,27 @@ résultat/encodé.txt file name encoded in latin1.
 char_latin1_latin1_in_refs_tree.txt content encoded in latin1
 
 utf8 encoded manual name and latex2html in latin1 locale
-./texi2any.pl --verbose -c 'COMMAND_LINE_ENCODING=utf-8' --html --init 
init/latex2html.pm -c 'L2H_CLEAN 0' tests/tex_html/tex_encod*_utf8.texi
+./texi2any.pl --verbose -c 'COMMAND_LINE_ENCODING=utf-8' --html --init 
ext/latex2html.pm -c 'L2H_CLEAN 0' tests/tex_html/tex_encod*_utf8.texi
 COMMAND_LINE_ENCODING=utf-8 is required in order to have the
 input file name correctly decoded as document_name which is used
 in init file to set the file names.
 
 latin1 encoded manual name and latex2html in latin1 locale
 cp tests/tex_html/tex_encode_latin1.texi tex_encodé_latin1.texi
-./texi2any.pl -c 'L2H_CLEAN 0' --html --init init/latex2html.pm 
tex_encodé_latin1.texi
+./texi2any.pl -c 'L2H_CLEAN 0' --html --init ext/latex2html.pm 
tex_encodé_latin1.texi
 
 Tests with incorrect results, though not bugs
 *********************************************
 
 utf8 encoded manual name and latex2html in latin1 locale
-./texi2any.pl --html --init init/latex2html.pm -c 'L2H_CLEAN 0' 
tests/tex_html/tex_encod*_utf8.texi
+./texi2any.pl --html --init ext/latex2html.pm -c 'L2H_CLEAN 0' 
tests/tex_html/tex_encod*_utf8.texi
 No error, but the file names are like
  tex_encodé_utf8_html/tex_encodÃ'$'\203''©_utf8_l2h.html
 That's in particular because the document_name is incorrect because it is
 decoded as if it was latin1.
 
 utf8 encoded manual name and tex4ht in latin1 locale
-./texi2any.pl --html --init init/tex4ht.pm tests/tex_html/tex_encod*_utf8.texi
+./texi2any.pl --html --init ext/tex4ht.pm tests/tex_html/tex_encod*_utf8.texi
 html file generated by tex4ht with content="text/html; charset=iso-8859-1">,
 with character encoded in utf8 <img src="tex_encodé_utf8_tex4ht_tex0x.png" 
...>
 firefox opens tex_encodé_utf8_html/Chapter.html but does not find the image
@@ -426,7 +427,7 @@ Tests in utf8 locales
 The archive epub file is not tested in the automated tests.
 
 epub for utf8 encoded manual in utf8 locale
-./texi2any.pl --force -I tests/ --init init/epub3.pm 
tests/formatting/osé_utf8.texi
+./texi2any.pl --force -I tests/ --init ext/epub3.pm 
tests/formatting/osé_utf8.texi
 
 The following tests require latin1 encoded file names.  Note that it
 could be done automatically now with



reply via email to

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