[tex4ht-commits] [SCM] tex4ht updated: r35 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Tue Mar 2 18:33:45 CET 2010
Author: karl
Date: 2010-03-02 19:33:44 +0200 (Tue, 02 Mar 2010)
New Revision: 35
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-html-speech.tex
trunk/lit/tex4ht-html0.tex
trunk/lit/tex4ht-html32.tex
Log:
tex4ht-html-speech, tex4ht-html0: license notices
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-02-28 18:49:41 UTC (rev 34)
+++ trunk/lit/ChangeLog 2010-03-02 17:33:44 UTC (rev 35)
@@ -1,3 +1,9 @@
+2010-03-02 Karl Berry <karl at gnu.org>
+
+ * tex4ht-html-speech.tex,
+ * tex4ht-html0.tex: update license notices.
+ * Makefile: add derivations.
+
2010-02-28 Karl Berry <karl at gnu.org>
* tex4ht-html32.tex,
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-02-28 18:49:41 UTC (rev 34)
+++ trunk/lit/Makefile 2010-03-02 17:33:44 UTC (rev 35)
@@ -10,6 +10,12 @@
common_info = $(common) common-info.tex
derived =
+derived += $(tex4ht_html_speech_derived)
+tex4ht_html_speech_derived = html-speech.4ht html-speech-math.4ht emacspeak.4ht
+
+derived += $(tex4ht_html0_derived)
+tex4ht_html0_derived = html0.4ht
+
derived += $(tex4ht_html32_derived)
tex4ht_html32_derived = html32.4ht html32-math.4ht
@@ -112,12 +118,17 @@
#
all: $(derived)
+$(tex4ht_html_speech_derived): tex4ht-html-speech.tex $(common)
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
+
+$(tex4ht_html0_derived): tex4ht-html0.tex $(common)
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
+
$(tex4ht_html32_derived): tex4ht-html32.tex $(common)
- xhlatex tex4ht-html32 "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_html4_derived): tex4ht-html4.tex $(common)
htlatex $< "html,sections+" "" "-d./" $(tex_args)
-# mk4ht xhlatex $< "html,3,sections+"
$(tex4ht_info_mml_derived): tex4ht-info-mml.tex $(common_info)
htlatex $< "html,sections+" "" "-d./" $(tex_args)
@@ -129,28 +140,28 @@
htlatex $< "html,sections+" "" "-d./" $(tex_args)
$(tex4ht_info_derived): tex4ht-info.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_javahelp_xtpipes_derived): tex4ht-javahelp-xtpipes.tex $(common)
htlatex $< "xhtml,next,3" "" "-d./" $(tex_args)
$(tex4ht_javahelp_derived): tex4ht-javahelp.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_jsmath_derived): tex4ht-jsmath.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_jsml_xtpipes_derived): tex4ht-jsml-xtpipes.tex $(common)
htlatex $< "xhtml,next,3" "" "-d./" $(tex_args)
$(tex4ht_jsml_derived): tex4ht-jsml.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_mathltx_derived): tex4ht-mathltx.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_mathplayer_derived): tex4ht-mathplayer.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_mkht_derived): tex4ht-mkht.tex $(common)
latex -interaction=nonstopmode $<
@@ -158,7 +169,7 @@
latex -interaction=nonstopmode mkht-scripts.4ht
$(tex4ht_moz_derived): tex4ht-moz.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_oo_xtpipes_derived): tex4ht-oo-xtpipes.tex $(common)
htlatex $< "xhtml,next,3" "" "-d./" $(tex_args)
@@ -176,19 +187,19 @@
ht tex $<
$(tex4ht_svg_derived): tex4ht-svg.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_t4ht_derived): tex4ht-t4ht.tex $(common)
ht tex $<
$(tex4ht_tei_derived): tex4ht-tei.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_unicode_derived): tex4ht-unicode.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_word_derived): tex4ht-word.tex $(common)
- mk4ht xhlatex $< "html,3,sections+"
+ xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
$(tex4ht_xhtml_xtpipes_derived): tex4ht-xhtml-xtpipes.tex $(common)
htlatex $< "xhtml,3,next" "" "-d./" $(tex_args)
@@ -209,6 +220,10 @@
update = cp -pr
#
update: all
+ $(update) $(tex4ht_html_speech_derived) $(dest_texmf)/
+#
+ $(update) $(tex4ht_html0_derived) $(dest_texmf)/
+#
$(update) $(tex4ht_html32_derived) $(dest_texmf)/
#
$(update) $(tex4ht_html4_derived) $(dest_texmf)/
Modified: trunk/lit/tex4ht-html-speech.tex
===================================================================
--- trunk/lit/tex4ht-html-speech.tex 2010-02-28 18:49:41 UTC (rev 34)
+++ trunk/lit/tex4ht-html-speech.tex 2010-03-02 17:33:44 UTC (rev 35)
@@ -1,36 +1,14 @@
+% $Id$
% Compile 3 times: latex tex4ht-html-speech
-% or xhlatex tex4ht-html-speech "html,3,sections+"
+% or xhlatex tex4ht-html-speech "html,3,sections+"
% Copy html.4ht into the work directory before each of the
% first two compilations
%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-html-speech.tex %
-% Copyright (C) 2006-- 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 %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\message{(<signature>)}
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) 1996--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
-
-
\ifx \HTML\UnDef
\def\HTML{html-speech,html-speech-math,emacspeak}
\def\CONFIG{\jobname}
@@ -41,32 +19,10 @@
\expandafter\next
\fi
+\input{common-code}
+\input{common}
+\input{tex4ht-cpright}
-
-%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%
-
-\let\AltxModifyShowCode=\ModifyShowCode
-\def\ModifyShowCode{%
- \def\by{by}\def\={=}\AltxModifyShowCode}
-\let\pReModifyOutputCode=\ModifyOutputCode
-\def\ModifyOutputCode{%
- \def\by{}\def\={}%
- \pReModifyOutputCode}
-
-\newcount\tmpcnt \tmpcnt\time \divide\tmpcnt 60
-\edef\temp{\the\tmpcnt}
-\multiply\tmpcnt -60 \advance\tmpcnt \time
-
-\edef\version{\the\year-\ifnum \month<10 0\fi
- \the\month-\ifnum \day<10 0\fi\the\day
- -\ifnum \temp<10 0\fi \temp
- :\ifnum \tmpcnt<10 0\fi\the\tmpcnt}
-
-\def\CopyYear.#1.{%
- \ifnum #1=\year #1\space\space\space\space\space\space
- \else #1--\the\year\fi
-}
-
\def\.{\string\a:mathml:\space}
Property changes on: trunk/lit/tex4ht-html-speech.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Modified: trunk/lit/tex4ht-html0.tex
===================================================================
--- trunk/lit/tex4ht-html0.tex 2010-02-28 18:49:41 UTC (rev 34)
+++ trunk/lit/tex4ht-html0.tex 2010-03-02 17:33:44 UTC (rev 35)
@@ -1,30 +1,11 @@
-% latex tex4ht-html0 or xhlatex tex4ht-html0 "html,3,sections+"
+% $Id$
+% latex tex4ht-html0
+% or xhlatex tex4ht-html0 "html,3,sections+"
%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-html0.tex %
-% Copyright (C) 1996-- 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 %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\message{(<signature>)}
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) 1996--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
\ifx \HTML\UnDef
\def\HTML{html0}
@@ -34,32 +15,10 @@
\expandafter\next
\fi
+\input{common-code}
+\input{common}
+\input{tex4ht-cpright}
-
-%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%
-
-\let\AltxModifyShowCode=\ModifyShowCode
-\def\ModifyShowCode{%
- \def\by{by}\def\={=}\AltxModifyShowCode}
-\let\pReModifyOutputCode=\ModifyOutputCode
-\def\ModifyOutputCode{%
- \def\by{}\def\={}%
- \pReModifyOutputCode}
-
-\newcount\tmpcnt \tmpcnt\time \divide\tmpcnt 60
-\edef\temp{\the\tmpcnt}
-\multiply\tmpcnt -60 \advance\tmpcnt \time
-
-\edef\version{\the\year-\ifnum \month<10 0\fi
- \the\month-\ifnum \day<10 0\fi\the\day
- -\ifnum \temp<10 0\fi \temp
- :\ifnum \tmpcnt<10 0\fi\the\tmpcnt}
-
-\def\CopyYear.#1.{%
- \ifnum #1=\year #1\space\space\space\space\space\space
- \else #1--\the\year\fi
-}
-
\def\.{\string\a:mathml:\space}
@@ -2305,10 +2264,10 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\<html0\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% html0.4ht |version %
-% Copyright (C) |CopyYear.1997. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% html0.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.1996. Eitan M. Gurari
+|<TeX4ht copywrite|>
>>>
@@ -3845,34 +3804,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\<TeX4ht copyright\><<<
-% %
-% 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 program your changing its signature %
-% with a directive of the following form will be %
-% appreciated. %
-% \message{signature} %
-% %
-% gurari at cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version |version}
->>>
-
\<par del\><<<
!*?: >>>
@@ -3928,8 +3860,4 @@
\catcode`\:|=11 \catcode`\#|=6
>>>
-
-
-
-
\endinput
Property changes on: trunk/lit/tex4ht-html0.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Modified: trunk/lit/tex4ht-html32.tex
===================================================================
--- trunk/lit/tex4ht-html32.tex 2010-02-28 18:49:41 UTC (rev 34)
+++ trunk/lit/tex4ht-html32.tex 2010-03-02 17:33:44 UTC (rev 35)
@@ -5110,7 +5110,6 @@
\<html32\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% html32.4ht (|version), generated from |jobname.tex
% Copyright (C) 2009, 2010 TeX Users Group.
% Copyright (C) |CopyYear.1997. Eitan M. Gurari
More information about the tex4ht-commits
mailing list