[tex4ht-commits] [SCM] tex4ht updated: r11 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Mon Feb 8 02:22:45 CET 2010
Author: karl
Date: 2010-02-08 03:22:44 +0200 (Mon, 08 Feb 2010)
New Revision: 11
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-word.tex
Log:
license notices/derivations for tex4ht-word.tex
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-02-07 01:10:30 UTC (rev 10)
+++ trunk/lit/ChangeLog 2010-02-08 01:22:44 UTC (rev 11)
@@ -1,3 +1,8 @@
+2010-02-07 Karl Berry <karl at gnu.org>
+
+ * tex4ht-word.tex: add license notices.
+ * Makefile: add derivations.
+
2010-02-06 Karl Berry <karl at gnu.org>
* tex4ht-xhtml-xtpipes.tex: add license notices.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-02-07 01:10:30 UTC (rev 10)
+++ trunk/lit/Makefile 2010-02-08 01:22:44 UTC (rev 11)
@@ -6,8 +6,12 @@
common = tex4ht-cpright.tex common.tex
derived =
+derived += $(tex4ht_word_derived)
+tex4ht_xhtml_xtpipes_derived = \
+ htmlw.4ht \
+
derived += $(tex4ht_xhtml_xtpipes_derived)
-tex4ht_xhtml_xtpipes_derived = \
+tex4ht_word_derived = \
xhtml.4xt \
XhtmlEmails.java \
@@ -34,6 +38,9 @@
default all: $(derived)
+$(tex4ht_word_derived): tex4ht-word.tex $(common)
+ mk4ht xhlatex $< #"html,3,sections+"
+
$(tex4ht_xhtml_xtpipes_derived): tex4ht-xhtml-xtpipes.tex $(common)
htlatex $< "xhtml,3,next" "" "-d./" "-interaction=nonstopmode"
@@ -46,9 +53,11 @@
# (corresponds to src/java for xtpipes.tex)
destdir = ..
-update = false # not done yet!
-update:
- $(update) XhtmmlEmails.java $(destdir)/src/java/
+update = cp -pr # not done yet!
+update: all
+ $(update) htmlw.4ht $(destdir)/texmf/tex/generic/tex4ht/
+#
+ $(update) XhtmlEmails.java $(destdir)/src/java/
$(update) xhtml.4xt $(destdir)/texmf/tex4ht/xtpipes/
#
$(update) XhtmmlUtilities.java $(destdir)/src/java/
Modified: trunk/lit/tex4ht-word.tex
===================================================================
--- trunk/lit/tex4ht-word.tex 2010-02-07 01:10:30 UTC (rev 10)
+++ trunk/lit/tex4ht-word.tex 2010-02-08 01:22:44 UTC (rev 11)
@@ -1,32 +1,11 @@
+% $Id$
% compile 3 times: latex tex4ht-word
% or xhlatex tex4ht-word "html,3,sections+"
-%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-word.tex %
-% Copyright (C) 2000-- 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 2000--2009 Eitan M. Gurari
+% Copyright 2009, 2010 TeX Users Group.
+% Released under LPPL 1.3c+.
+% Please see tex4ht-cpright.tex for license text.
%%%%%%%%%%%%%%%%%% load style files %%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -38,50 +17,18 @@
\expandafter\next
\fi
-%%%%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\input{common.tex}
+\input{tex4ht-cpright.tex}
-\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
-}
-
-
-
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Preamble}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\<htmlw\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% htmlw.4ht |version %
-% Copyright (C) |CopyYear.2000. Eitan M. Gurari %
-% %
-% This program can redistributed and/or modified under %
-% the terms of the LaTeX Project Public License %
-% Distributed from CTAN archives in directory %
-% macros/latex/base/lppl.txt; either version 1 of the %
-% License, or (at your option) any later version. %
-% %
-% If you modify this program your changing its signature %
-% with a directive of the following form will be %
-% appreciated. %
-% \message{signature} %
-% %
-% gurari at cis.ohio-state.edu %
-% http://www.cis.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
+% htmlw.4ht (|version), generated from |jobname.tex
+% Copyright (C) |CopyYear.2000. Eitan M. Gurari
+% Copyright (C) 2009, 2010 TeX Users Group
+|<TeX4ht copyright|>
\immediate\write-1{version |version}
>>>
Property changes on: trunk/lit/tex4ht-word.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
More information about the tex4ht-commits
mailing list