[tex4ht-commits] [SCM] tex4ht updated: r27 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Tue Feb 23 17:33:16 CET 2010
Author: karl
Date: 2010-02-23 18:33:16 +0200 (Tue, 23 Feb 2010)
New Revision: 27
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-javahelp.tex
trunk/lit/tex4ht-jsmath.tex
Log:
tex4ht-jsmath, tex4ht-javahelp: license notices
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-02-22 17:41:48 UTC (rev 26)
+++ trunk/lit/ChangeLog 2010-02-23 16:33:16 UTC (rev 27)
@@ -1,3 +1,9 @@
+2010-02-23 Karl Berry <karl at gnu.org>
+
+ * tex4ht-javahelp.tex,
+ * tex4ht-jsmath.tex: update license notices.
+ * Makefile: add derivations.
+
2010-02-22 Karl Berry <karl at gnu.org>
* tex4ht-jsml-xtpipes.tex,
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-02-22 17:41:48 UTC (rev 26)
+++ trunk/lit/Makefile 2010-02-23 16:33:16 UTC (rev 27)
@@ -5,9 +5,15 @@
default: all
-common = tex4ht-cpright.tex common.tex
+common = tex4ht-cpright.tex common.tex common-code.tex
derived =
+derived += $(tex4ht_javahelp_derived)
+tex4ht_javahelp_derived = javahelp.4ht javahelp-a.4ht
+
+derived += $(tex4ht_jsmath_derived)
+tex4ht_jsmath_derived = jsmath.4ht html-jsmath.4ht
+
derived += $(tex4ht_jsml_xtpipes_derived)
tex4ht_jsml_xtpipes_derived = \
jsml.4xt \
@@ -82,6 +88,12 @@
#
all: $(derived)
+$(tex4ht_javahelp_derived): tex4ht-javahelp.tex $(common)
+ mk4ht xhlatex $< "html,3,sections+"
+
+$(tex4ht_jsmath_derived): tex4ht-jsmath.tex $(common)
+ mk4ht xhlatex $< "html,3,sections+"
+
$(tex4ht_jsml_xtpipes_derived): tex4ht-jsml-xtpipes.tex $(common)
htlatex tex4ht-jsml-xtpipes "xhtml,next,3" "" "-d./"
@@ -151,6 +163,10 @@
update = cp -pr
#
update: all
+ $(update) $(tex4ht_javahelp_derived) $(dest_texmf)/
+#
+ $(update) $(tex4ht_jsmath_derived) $(dest_texmf)/
+#
$(update) jsml.4xt $(dest_xtpipes)/
$(update) HtJsml.java GroupMn.java JsmlFilter.java \
JsmlMathBreak.java $(dest_java)/
Modified: trunk/lit/tex4ht-javahelp.tex
===================================================================
--- trunk/lit/tex4ht-javahelp.tex 2010-02-22 17:41:48 UTC (rev 26)
+++ trunk/lit/tex4ht-javahelp.tex 2010-02-23 16:33:16 UTC (rev 27)
@@ -1,31 +1,11 @@
-% compile 3 times: latex tex4ht-javahelp
-% or xhlatex tex4ht-javahelp "html,3,sections+"
+% $Id$
+% compile 3 times: latex tex4ht-javahelp
+% or xhlatex tex4ht-javahelp "html,3,sections+"
%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-javahelp.tex %
-% Copyright (C) 2003-- 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) 2003--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
\ifx \HTML\UnDef
\def\HTML{javahelp}
@@ -40,32 +20,10 @@
\expandafter\next
\fi
-%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%
+\input{common-code}
+\input{common}
+\input{tex4ht-cpright}
-\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\verbatiminput#1{%
@@ -884,10 +842,10 @@
\<javahelp\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% javahelp.4ht |version %
-% Copyright (C) |CopyYear.2003. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% javahelp.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.2003. Eitan M. Gurari
+|<TeX4ht copywrite|>
>>>
\<double acute iso-8859-2\><<<
@@ -931,10 +889,10 @@
>>>
\<javahelp-a.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% javahelp-a.4ht |version %
-% Copyright (C) |CopyYear.2003. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% javahelp-a.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.2003. Eitan M. Gurari
+|<TeX4ht copywrite|>
\NextFile{\jobname.tmp}
\HPage{}
\bgroup
@@ -1019,35 +977,6 @@
-\<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\><<<
!*?: >>>
Property changes on: trunk/lit/tex4ht-javahelp.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Modified: trunk/lit/tex4ht-jsmath.tex
===================================================================
--- trunk/lit/tex4ht-jsmath.tex 2010-02-22 17:41:48 UTC (rev 26)
+++ trunk/lit/tex4ht-jsmath.tex 2010-02-23 16:33:16 UTC (rev 27)
@@ -1,3 +1,12 @@
+% $Id$
+% compile 3 times: latex tex4ht-jsmath
+% or xhlatex tex4ht-jsmath "html,3,sections+"
+%
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) 2005--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
+%
% CDATA support:
% http://planetmath.org/encyclopedia/
%
@@ -14,37 +23,6 @@
% jsMath.Macro( 'ad', '\\mathrm{ad}', 0)
% //]]>
-
-
-
-% compile 3 times: latex tex4ht-jsmath or xhlatex tex4ht-jsmath "html,3,sections+"
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-jsmath.tex %
-% Copyright (C) 2005-- 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>)}
-
\ifx \HTML\UnDef
\def\HTML{jsmath,html-jsmath}
\def\CONFIG{\jobname}
@@ -53,32 +31,11 @@
\expandafter\next
\fi
-%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%
+\input{common-code}
+\input{common}
+\input{tex4ht-cpright}
-\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
-}
-
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Constructs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -86,48 +43,20 @@
\<jsmath\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% jsmath.4ht |version %
-% Copyright (C) |CopyYear.2005. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% jsmath.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.2005. Eitan M. Gurari
+|<TeX4ht copywrite|>
>>>
\<html-jsmath\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% html-jsmath.4ht |version %
-% Copyright (C) |CopyYear.2005. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% html-jsmath.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.2006. Eitan M. Gurari
+|<TeX4ht copywrite|>
>>>
-
-\<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}
->>>
-
\<configure html-jsmath tex4ht\><<<
\Configure{VERSION}{}
>>>
Property changes on: trunk/lit/tex4ht-jsmath.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
More information about the tex4ht-commits
mailing list