[tex4ht-commits] [SCM] tex4ht updated: r113 - in trunk: . lit
karl at gnu.org.ua
karl at gnu.org.ua
Mon Oct 7 19:18:14 CEST 2013
Author: karl
Date: 2013-10-07 20:18:13 +0300 (Mon, 07 Oct 2013)
New Revision: 113
Modified:
trunk/TODO
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-fonts-cjk-utf8.tex
trunk/lit/tex4ht-fonts-noncjk.tex
Log:
add tex4ht-fonts-* to make
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2013-10-05 23:11:17 UTC (rev 112)
+++ trunk/TODO 2013-10-07 17:18:13 UTC (rev 113)
@@ -12,6 +12,12 @@
"is the TeX4ht Project <http://tug.org/tex4ht>."
- eliminate multi-%'s, shorten lines
+* noncjk-fonts:
+System call: mv pxbsyc.htf ./tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/pxfonts/pxbsyc.htf
+mv: cannot stat 'pxbsyc.htf': No such file or directory
+--- Warning --- System return: 256
+ (also, eliminate "System return: 0" on success.)
+
* http://www.tug.org/texlive/Contents/live/texmf-dist/doc/xetex/XeTeX-notes.pdf
has stuff?
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2013-10-05 23:11:17 UTC (rev 112)
+++ trunk/lit/ChangeLog 2013-10-07 17:18:13 UTC (rev 113)
@@ -1,3 +1,9 @@
+2013-10-07 Karl Berry <karl at gnu.org>
+
+ * Makefile (tex4ht-fonts-{cjk,cjk-utf8,noncjk}*): new targets and vars.
+ * tex4ht-fonts-noncjk.tex: do not generate cjk and cjk-utf8.
+ * tex4ht-fonts-cjk-utf8.tex: copyright update.
+
2013-07-02 Peter Breitenlohner <peb at mppmu.mpg.de>
* tex4ht-c.tex, tex4ht-t4ht.tex: Always include system headers
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2013-10-05 23:11:17 UTC (rev 112)
+++ trunk/lit/Makefile 2013-10-07 17:18:13 UTC (rev 113)
@@ -35,8 +35,14 @@
derived += $(tex4ht_env_derived)
tex4ht_env_derived = tex4ht.env-unix tex4ht.env-win32 tex4ht.env
-#xx derived += $(tex4ht_fonts_noncjk_derived)
-tex4ht_fonts_noncjk_derived = SearchFonts.java cmtex.htf # and thousands more
+derived += $(tex4ht_fonts_cjk_derived)
+tex4ht_fonts_cjk_derived = tex4ht-fonts-cjk.html # and lots more
+
+derived += $(tex4ht_fonts_cjk_utf8_derived)
+tex4ht_fonts_cjk_utf8_derived = tex4ht-fonts-cjk-utf8.html # and lots more
+
+derived += $(tex4ht_fonts_noncjk_derived)
+tex4ht_fonts_noncjk_derived = SearchFonts.java cmtex.htf # and lots more
# also, whither lm-htf.tex? whither tmp? how change target dir?
# htcmd not used
@@ -176,6 +182,12 @@
$(tex4ht_env_derived): tex4ht-env.tex $(common)
htlatex $< "xhtml,3" "" "-d./" $(tex_1opt)
+$(tex4ht_fonts_cjk_derived): tex4ht-fonts-cjk.tex
+ ht tex $<
+
+$(tex4ht_fonts_cjk_utf8_derived): tex4ht-fonts-cjk-utf8.tex
+ ht tex $<
+
$(tex4ht_fonts_noncjk_derived): \
tex4ht-fonts-noncjk.tex tex4ht-fonts-modern.tex $(common)
ht tex $<
Modified: trunk/lit/tex4ht-fonts-cjk-utf8.tex
===================================================================
--- trunk/lit/tex4ht-fonts-cjk-utf8.tex 2013-10-05 23:11:17 UTC (rev 112)
+++ trunk/lit/tex4ht-fonts-cjk-utf8.tex 2013-10-07 17:18:13 UTC (rev 113)
@@ -1,32 +1,12 @@
-% tex tex4ht-fonts-cjk-utf8 or ht tex tex4ht-fonts-cjk-utf8
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-fonts-cjk-utf8.tex %
-% Copyright (C) 2008-- Eitan M. Gurari %
-% %
-% This work may be distributed and/or modified under the %
-% conditions of the LaTeX Project Public License, either %
-% version 1.3 of this license or (at your option) any %
-% later version. The latest version of this license is %
-% in %
-% http://www.latex-project.org/lppl.txt %
-% and version 1.3 or later is part of all distributions %
-% of LaTeX version 2003/12/01 or later. %
-% %
-% This work has the LPPL maintenance status "maintained".%
-% %
-% This Current Maintainer of this work %
-% is Eitan M. Gurari. %
-% %
-% If you modify this file your changing the signature %
-% in \message{(signature)} below will be appreciated. %
-% %
-% gurari at cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% $Id$
+% tex tex4ht-fonts-cjk-utf8
+% or ht tex tex4ht-fonts-cjk-utf8
+% Copyright (C) 2009-2013 TeX Users Group
+% Copyright (C) 2008-2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input tex4ht.sty
@@ -66868,4 +66848,4 @@
\AddFont{utf8song9f}{unicode/cjk/utf8/utf8song9f}
-\bye
\ No newline at end of file
+\bye
Property changes on: trunk/lit/tex4ht-fonts-cjk-utf8.tex
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Date Author Id
\ No newline at end of property
Modified: trunk/lit/tex4ht-fonts-noncjk.tex
===================================================================
--- trunk/lit/tex4ht-fonts-noncjk.tex 2013-10-05 23:11:17 UTC (rev 112)
+++ trunk/lit/tex4ht-fonts-noncjk.tex 2013-10-07 17:18:13 UTC (rev 113)
@@ -2,7 +2,7 @@
% tex tex4ht-fonts-noncjk
% or ht tex tex4ht-fonts-noncjk
%
-% Copyright (C) 2009-2010 TeX Users Group
+% Copyright (C) 2009-2013 TeX Users Group
% Copyright (C) 1997-2009 Eitan M. Gurari
% Released under LPPL 1.3c+.
% See tex4ht-cpright.tex for license text.
@@ -441,9 +441,9 @@
% this run needs capacity increases to succeed.
%\Needs{"xhlatex tex4ht-fonts-4hf 'html,3' '' '-d./'"}%
-% are these really needed?
-\Needs{"tex tex4ht-fonts-cjk ; tex4ht tex4ht-fonts-cjk ; t4ht tex4ht-fonts-cjk"}
-\Needs{"tex tex4ht-fonts-cjk-utf8 ; tex4ht tex4ht-fonts-cjk-utf8 ; t4ht tex4ht-fonts-cjk-utf8"}
+% do these separately.
+%\Needs{"tex tex4ht-fonts-cjk ; tex4ht tex4ht-fonts-cjk ; t4ht tex4ht-fonts-cjk"}
+%\Needs{"tex tex4ht-fonts-cjk-utf8 ; tex4ht tex4ht-fonts-cjk-utf8 ; t4ht tex4ht-fonts-cjk-utf8"}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -581,7 +581,7 @@
\<SearchFonts.java\><<<
/* SearchFonts.java (`version), generated from `jobname.tex
- Copyright (C) 2009-2010 TeX Users Group
+ Copyright (C) 2009-2013 TeX Users Group
Copyright (C) `CopyYear.2002. Eitan M. Gurari
`<TeX4ht copyright`> */
import java.io.*;
More information about the tex4ht-commits
mailing list