[tex4ht-commits] [SCM] tex4ht updated: r24 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Thu Feb 18 18:54:31 CET 2010
Author: karl
Date: 2010-02-18 19:54:31 +0200 (Thu, 18 Feb 2010)
New Revision: 24
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-cpright.tex
trunk/lit/tex4ht-mathplayer.tex
trunk/lit/tex4ht-mkht.tex
trunk/lit/tex4ht-moz.tex
Log:
tex4ht-mathplayer: license notices; tex4ht-mkht: a start at them
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-02-17 17:37:02 UTC (rev 23)
+++ trunk/lit/ChangeLog 2010-02-18 17:54:31 UTC (rev 24)
@@ -1,3 +1,9 @@
+2010-02-18 Karl Berry <karl at gnu.org>
+
+ * tex4ht-mathplayer.tex: update license notices.
+ * tex4ht-mkht.tex: update some license notices, more to come.
+ * Makefile: add derivations.
+
2010-02-17 Karl Berry <karl at gnu.org>
* tex4ht-moz.tex: update license notices.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-02-17 17:37:02 UTC (rev 23)
+++ trunk/lit/Makefile 2010-02-18 17:54:31 UTC (rev 24)
@@ -8,6 +8,12 @@
common = tex4ht-cpright.tex common.tex
derived =
+derived += $(tex4ht_mathplayer_derived)
+tex4ht_mathplayer_derived = mathplayer.4ht
+
+derived += $(tex4ht_mkht_derived)
+tex4ht_mkht_derived = mkht.4ht mk4ht.perl mkht-scripts.4ht
+
derived += $(tex4ht_moz_derived)
tex4ht_moz_derived = mozilla.4ht
@@ -65,6 +71,14 @@
#
all: $(derived)
+$(tex4ht_mathplayer_derived): tex4ht-mathplayer.tex $(common)
+ mk4ht xhlatex $< "html,3,sections+"
+
+$(tex4ht_mkht_derived): tex4ht-mkht.tex $(common)
+ latex -interaction=nonstopmode $<
+ perl -c mk4ht.perl # syntax check
+ latex -interaction=nonstopmode mkht-scripts.4ht
+
$(tex4ht_moz_derived): tex4ht-moz.tex $(common)
mk4ht xhlatex $< "html,3,sections+"
@@ -109,7 +123,7 @@
# Derived files are generated in . and $(wd).
# (corresponds to src/java for xtpipes.tex)
-#
+# n
destdir = ..
dest_texmf = $(destdir)/texmf/tex/generic/tex4ht
dest_xtpipes = $(destdir)/texmf/tex4ht/xtpipes
@@ -117,6 +131,8 @@
update = cp -pr
#
update: all
+ $(update) $(tex4ht_mathplayer_derived) $(dest_texmf)/
+#
$(update) $(tex4ht_moz_derived) $(dest_texmf)/
#
$(update) oo-text.4xt oo-math.4xt $(dest_xtpipes)/
Modified: trunk/lit/tex4ht-cpright.tex
===================================================================
--- trunk/lit/tex4ht-cpright.tex 2010-02-17 17:37:02 UTC (rev 23)
+++ trunk/lit/tex4ht-cpright.tex 2010-02-18 17:54:31 UTC (rev 24)
@@ -22,3 +22,5 @@
|<TeX4ht copyright|>
\immediate\write-1{version |version}
>>>
+
+% There are two copies of this in tex4ht-mktex.tex.
Modified: trunk/lit/tex4ht-mathplayer.tex
===================================================================
--- trunk/lit/tex4ht-mathplayer.tex 2010-02-17 17:37:02 UTC (rev 23)
+++ trunk/lit/tex4ht-mathplayer.tex 2010-02-18 17:54:31 UTC (rev 24)
@@ -1,31 +1,11 @@
+% $Id$
% compile 3 times: latex tex4ht-mathplayer
% or xhlatex tex4ht-mathplayer "html,3,sections+"
%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-mathplayer.tex %
-% Copyright (C) 2002-- 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) 1997--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
%%%%%%%%%%%%%%%%%% load style files %%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -37,63 +17,20 @@
\expandafter\next
\fi
-%%%%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\input{common}
+\input{tex4ht-cpright}
-\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{Preamble}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\<mathplayer\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% mathplayer.4ht |version %
-% Copyright (C) |CopyYear.2002. Eitan M. Gurari %
-|<TeX4ht copyright|>
+% mathplayer.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.2002. 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}
->>>
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\chapter{Start Here}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -366,8 +303,4 @@
>>>
-
-
-
-
\endinput
Property changes on: trunk/lit/tex4ht-mathplayer.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Modified: trunk/lit/tex4ht-mkht.tex
===================================================================
--- trunk/lit/tex4ht-mkht.tex 2010-02-17 17:37:02 UTC (rev 23)
+++ trunk/lit/tex4ht-mkht.tex 2010-02-18 17:54:31 UTC (rev 24)
@@ -1,39 +1,17 @@
+% $Id$
% (1) latex tex4ht-mkht
% (2) perl -c mk4ht.perl (checking correctness)
% (3) latex mkht-scripts.4ht
-%
-% or
-%
+% or
% (1) xhlatex tex4ht-mkht "html,3"
% (2) perl -c mk4ht.perl
% (3) xhlatex mkht-scripts.4ht "html,3"
+%
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) 1997--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-mkht.tex %
-% Copyright (C) 1997-- 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".%
-% %
-% The Current Maintainer of this work %
-% is the TeX4ht Project. %
-% %
-% If you modify this file your changing the signature %
-% in \message{(signature)} below will be appreciated. %
-% %
-% tex4ht at tug.org %
-% http://www.tug.org/tex4ht %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
\documentclass{article}
\usepackage{url}
\def\CodeDel{{<<<-}{->>>}}
@@ -50,21 +28,8 @@
%%%%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\newcount\tmpcnt \tmpcnt\time \divide\tmpcnt 60
-\edef\temp{\the\tmpcnt}
-\multiply\tmpcnt -60 \advance\tmpcnt \time
+\input{common}
-% \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}
-
-\edef\version{Version 1.1}
-\def\CopyYear.#1.{%
- \ifnum #1=\year #1\space\space\space\space\space\space
- \else #1--\the\year\fi
-}
-
\def\mkhtNote{
}
@@ -268,7 +233,7 @@
\<def script\><<<-
%%%%%%%%%%%%%%%%%%%%
-\section{TeXinfo}
+\section{Texinfo}
%%%%%%%%%%%%%%%%%%%%
The loading of tex4ht takes place at the @rm command at the end of the
@@ -1018,13 +983,12 @@
\section{mkht.4ht}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
\<mkht\><<<-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% mkht.4ht ?version %
-% Copyright (C) ?CopyYear.1997. Eitan M. Gurari %
+% mkht.4ht (?version), generated from ?jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) ?CopyYear.1997. Eitan M. Gurari
?<TeX4ht copyright?>
+\immediate\write-1{version \ifx \JOBNAME\UnDefined ?version\else |version\fi}
\def\exit{\documentclass{article}\begin{document}\end{document}\endinput}
\bgroup
@@ -1250,13 +1214,10 @@
\section{mkht-scripts.4ht}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-
\<mkht-scripts\><<<-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% mkht-scripts.4ht ?version %
-% Copyright (C) ?CopyYear.2000. Eitan M. Gurari %
+% mkht-scripts.4ht (?version), generated from ?jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) ?CopyYear.200. Eitan M. Gurari
?<TeX4ht copyright?>
\ifx \JOBNAME\UnDef
@@ -1841,72 +1802,53 @@
\immediate\write16{--------------------------------------------------------}
->>>
+% The - at the end of the first line prevents us from using tex4ht-cpright.tex.
\<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".%
-% %
-% The Current Maintainer of this work %
-% is the TeX4ht Project. %
-% %
-% If you modify this file your changing the signature %
-% in \message{(signature)} below will be appreciated. %
-% %
-% tex4ht at tug.org %
-% http://www.tug.org/tex4ht %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version \ifx \JOBNAME\UnDefined ?version\else
- |version\fi}
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c 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.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
+%
+\immediate\write-1{version \ifx \JOBNAME\UnDefined ?version\else |version\fi}
->>>
\<perl copyright notice\><<<-
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-# mk4ht ?version %
-# Copyright (C) ?CopyYear.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".%
-# %
-# The Current Maintainer of this work %
-# is the TeX4ht Project. %
-# %
-# If you modify this file your changing the signature %
-# in \message{(signature)} below will be appreciated. %
-# %
-# tex4ht at tug.org %
-# http://www.tug.org/tex4ht %
-#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+# mk4ht (?version), generated from ?jobname.tex
+# Copyright (C) 2009, 2010 TeX Users Group.
+# Copyright (C) ?CopyYear.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"
+#
+# The Current Maintainer of this work
+# is the TeX4ht Project <http://tug.org/tex4ht>.
+#
+# If you modify this file your changing the signature
+# version identification be appreciated.
->>>
-
-
-
-
-
-
-
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\OutputCode\<mkht\>
@@ -1930,13 +1872,3 @@
\end{document}
\endinput
-
-
-
-
-
-
-
-
-
-
Property changes on: trunk/lit/tex4ht-mkht.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Modified: trunk/lit/tex4ht-moz.tex
===================================================================
--- trunk/lit/tex4ht-moz.tex 2010-02-17 17:37:02 UTC (rev 23)
+++ trunk/lit/tex4ht-moz.tex 2010-02-18 17:54:31 UTC (rev 24)
@@ -25,7 +25,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\<mozilla\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% mozilla.4ht (|version), generated from |jobname.tex
% Copyright (C) 2009, 2010 TeX Users Group.
% Copyright (C) |CopyYear.2000. Eitan M. Gurari, Paul Gartside
More information about the tex4ht-commits
mailing list