[tex4ht-commits] [SCM] tex4ht updated: r21 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Mon Feb 15 18:55:50 CET 2010
Author: karl
Date: 2010-02-15 19:55:50 +0200 (Mon, 15 Feb 2010)
New Revision: 21
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-ooffice.tex
Log:
tex4ht-ooffice: license notices
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-02-14 18:41:31 UTC (rev 20)
+++ trunk/lit/ChangeLog 2010-02-15 17:55:50 UTC (rev 21)
@@ -1,3 +1,8 @@
+2010-02-15 Karl Berry <karl at gnu.org>
+
+ * tex4ht-ooffice.tex: update license notices.
+ * Makefile: add derivations.
+
2010-02-14 Karl Berry <karl at gnu.org>
* tex4ht-ooimpress.tex: update license notices.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-02-14 18:41:31 UTC (rev 20)
+++ trunk/lit/Makefile 2010-02-15 17:55:50 UTC (rev 21)
@@ -8,6 +8,9 @@
common = tex4ht-cpright.tex common.tex
derived =
+derived += $(tex4ht_ooffice_derived)
+tex4ht_ooffice_derived = ooffice.4ht ooffice-mml.4ht
+
derived += $(tex4ht_ooimpress_derived)
tex4ht_ooimpress_derived = ooimpress.4ht
@@ -54,6 +57,9 @@
#
all: $(derived)
+$(tex4ht_ooffice_derived): tex4ht-ooffice.tex $(common)
+ htlatex $< "xhtml,4,sections+" "" "-d./" "-interaction=nonstopmode"
+
$(tex4ht_ooimpress_derived): tex4ht-ooimpress.tex $(common)
htlatex $< "xhtml,4,sections+" "" "-d./" "-interaction=nonstopmode"
@@ -94,6 +100,8 @@
texmf_dest = $(destdir)/texmf/tex/generic/tex4ht
update = cp -pr
update: all
+ $(update) $(tex4ht_ooffice_derived) $(texmf_dest)/
+#
$(update) $(tex4ht_ooimpress_derived) $(texmf_dest)/
#
$(update) $(tex4ht_options_derived) $(texmf_dest)/
Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex 2010-02-14 18:41:31 UTC (rev 20)
+++ trunk/lit/tex4ht-ooffice.tex 2010-02-15 17:55:50 UTC (rev 21)
@@ -1,37 +1,16 @@
+% $Id$
% compile 3 times: latex tex4ht-ooffice
% htlatex tex4ht-ooffice "xhtml,4,sections+"
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-ooffice.tex %
-% Copyright (C) 2001-- 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) 2001--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
%%%%%%%%%%%%%%%%%% load style files %%%%%%%%%%%%%%%%%%%%%%%%%%
\ifx \HTML\UnDef
- \def\HTML{ooffice,ooffice-mml}
+ \def\HTML{ooffice,ooffice-mml}
\def\PREAMBLE{%
\usepackage{url}%
\usepackage{hyperref}%
@@ -45,30 +24,9 @@
\fi
+\input{common}
+\input{tex4ht-cpright}
-%%%%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\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{The Code}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -136,56 +94,25 @@
%%%%%%%%%%%%%%%%%%%%%%
\<ooffice\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% ooffice.4ht |version %
+% ooffice.4ht (|version), generated from |jobname.tex
|<copy right notice|> >>>
\<ooffice-math\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% ooffice-math.4ht |version %
+% ooffice-math.4ht (|version), generated from |jobname.tex
|<copy right notice|> >>>
\<ooffice-mml\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% ooffice-mml.4ht |version %
+% ooffice-mml.4ht (|version), generated from |jobname.tex
|<copy right notice|> >>>
-
\<copy right notice\><<<
-% Copyright (C) |CopyYear.2001. Maarten Wisse %
-% James Naughton %
-% 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 program your changing its signature %
-% with a directive of the following form will be %
-% appreciated. %
-% \message{signature} %
-% %
-% Maarten.Wisse at urz.uni-heidelberg.de %
-% http://home.wanadoo.nl/pmwisse %
-% %
-% james.naughton at st-edmund-hall.oxford.ac.uk %
-% %
-% gurari at cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version |version}
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.2001. Maarten Wisse, James Naughton, Eitan M. Gurari
+% Maarten.Wisse at urz.uni-heidelberg.de, http://home.wanadoo.nl/pmwisse
+% james.naughton at st-edmund-hall.oxford.ac.uk
+|<TeX4ht copywrite|>
>>>
\<configure ooffice tex4ht\><<<
@@ -11873,4 +11800,3 @@
\endinput
-
Property changes on: trunk/lit/tex4ht-ooffice.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
More information about the tex4ht-commits
mailing list