[tex4ht-commits] [SCM] tex4ht updated: r10 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Sun Feb 7 02:10:31 CET 2010
Author: karl
Date: 2010-02-07 03:10:30 +0200 (Sun, 07 Feb 2010)
New Revision: 10
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
trunk/lit/tex4ht-xhtml-xtpipes.tex
trunk/lit/tex4ht-xhtmml-xtpipes.tex
trunk/lit/xtpipes.tex
Log:
derivations for tex4ht-xhtml-xtpipes.tex
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2010-02-06 00:59:42 UTC (rev 9)
+++ trunk/lit/ChangeLog 2010-02-07 01:10:30 UTC (rev 10)
@@ -1,3 +1,12 @@
+2010-02-06 Karl Berry <karl at gnu.org>
+
+ * tex4ht-xhtml-xtpipes.tex: add license notices.
+ * Makefile: add derivations.
+
+ * tex4ht-xhtmml-xtpipes.tex,
+ * xtpipes.tex: \message when running the lit sources doesn't
+ seem useful. Remove it.
+
2010-02-05 Karl Berry <karl at gnu.org>
* tex4ht-xhtmml-xtpipes.tex: add license notices.
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2010-02-06 00:59:42 UTC (rev 9)
+++ trunk/lit/Makefile 2010-02-07 01:10:30 UTC (rev 10)
@@ -6,6 +6,11 @@
common = tex4ht-cpright.tex common.tex
derived =
+derived += $(tex4ht_xhtml_xtpipes_derived)
+tex4ht_xhtml_xtpipes_derived = \
+ xhtml.4xt \
+ XhtmlEmails.java \
+
derived += $(tex4ht_xhtmml_xtpipes_derived)
tex4ht_xhtmml_xtpipes_derived = \
xhtmml.4xt \
@@ -29,6 +34,9 @@
default all: $(derived)
+$(tex4ht_xhtml_xtpipes_derived): tex4ht-xhtml-xtpipes.tex $(common)
+ htlatex $< "xhtml,3,next" "" "-d./" "-interaction=nonstopmode"
+
$(tex4ht_xhtmml_xtpipes_derived): tex4ht-xhtmml-xtpipes.tex $(common)
htlatex $< "xhtml,3,next" "" "-d./" "-interaction=nonstopmode"
@@ -38,9 +46,14 @@
# (corresponds to src/java for xtpipes.tex)
destdir = ..
+update = false # not done yet!
update:
+ $(update) XhtmmlEmails.java $(destdir)/src/java/
+ $(update) xhtml.4xt $(destdir)/texmf/tex4ht/xtpipes/
+#
$(update) XhtmmlUtilities.java $(destdir)/src/java/
$(update) xhtmml.4xt $(destdir)/texmf/tex4ht/xtpipes/
+#
rmdir $(wd)/bin
$(update) $(wd)/* $(destdir)/src/java/
$(update) xtpipes.dtd xtpipes-map.dtd xtpipes-default.4xt \
Modified: trunk/lit/tex4ht-xhtml-xtpipes.tex
===================================================================
--- trunk/lit/tex4ht-xhtml-xtpipes.tex 2010-02-06 00:59:42 UTC (rev 9)
+++ trunk/lit/tex4ht-xhtml-xtpipes.tex 2010-02-07 01:10:30 UTC (rev 10)
@@ -1,33 +1,19 @@
+% $Id$
% htlatex tex4ht-xhtml-xtpipes "xhtml,next,3" "" "-d./"
+% Copyright 1996--2009 Eitan M. Gurari
+% Copyright 2009, 2010 TeX Users Group.
+% Released under LPPL 1.3c+.
+% Please see tex4ht-cpright.tex for license text.
+
\documentclass{article}
\Configure{ProTex}{log,<<<>>>,title,list,`,[[]]}
\usepackage{url}
+ \input{common.tex}
\begin{document}
+\input tex4ht-cpright.tex
-%%%%%%%%%%%%%%%%%%%%% 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
-}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-
-
-
%%%%%%%%%%%%%%%%%%
\part{Post Processing for Html Output Mode}
%%%%%%%%%%%%%%%%%%
@@ -35,7 +21,7 @@
%%%%%%%%%%%%%%%%%%
\section{Outline}
-%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%
\AtEndDocument{\OutputCodE\<xhtml.4xt\>}
@@ -44,6 +30,10 @@
\<xhtml.4xt\><<<
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE xtpipes SYSTEM "xtpipes.dtd" >
+<!-- xhtml.4xt (`version), generated from `jobname.tex
+ Copyright (C) `CopyYear.2008. Eitan M. Gurari
+ Copyright (C) 2009, 2010 TeX Users Group
+`<TeX4ht copyright`> -->
<xtpipes preamble="yes" signature="xhtml.4xt (`version)">
<sax content-handler="xtpipes.util.ScriptsManager"
lexical-handler="xtpipes.util.ScriptsManagerLH" >
@@ -108,8 +98,11 @@
\<XhtmlEmails.java\><<<
package tex4ht;
/*
-XhtmlEmails.java `<java licence`>
-*/
+/* XhtmlEmails.java (`version), generated from `jobname.tex
+ Copyright (C) `CopyYear.2008. Eitan M. Gurari
+ Copyright (C) 2009, 2010 TeX Users Group
+`<TeX4ht copyright`> */
+
import xtpipes.XtpipesUni;
import org.xml.sax.*;
import org.xml.sax.helpers.DefaultHandler;
@@ -655,6 +648,3 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-
Property changes on: trunk/lit/tex4ht-xhtml-xtpipes.tex
___________________________________________________________________
Name: svn:keywords
+ Date Author Id
Modified: trunk/lit/tex4ht-xhtmml-xtpipes.tex
===================================================================
--- trunk/lit/tex4ht-xhtmml-xtpipes.tex 2010-02-06 00:59:42 UTC (rev 9)
+++ trunk/lit/tex4ht-xhtmml-xtpipes.tex 2010-02-07 01:10:30 UTC (rev 10)
@@ -5,7 +5,6 @@
% Copyright 2009, 2010 TeX Users Group.
% Released under LPPL 1.3c+.
% Please see tex4ht-cpright.tex for license text.
-\message{[<TeX4ht/dist/\jobname>]}
\documentclass{article}
\Configure{ProTex}{log,<<<>>>,title,list,`,[[]]}
@@ -21,8 +20,8 @@
%%%%%%%%%%%%%%%%%%
-\section{Outline}
-%%%%%%%%%%%%%%%%%%
+\section{Outline}
+%%%%%%%%%%%%%%%%%%
\AtEndDocument{\OutputCodE\<xhtmml.4xt\>}
Modified: trunk/lit/xtpipes.tex
===================================================================
--- trunk/lit/xtpipes.tex 2010-02-06 00:59:42 UTC (rev 9)
+++ trunk/lit/xtpipes.tex 2010-02-07 01:10:30 UTC (rev 10)
@@ -12,7 +12,6 @@
% Copyright 2009, 2010 TeX Users Group.
% Released under LPPL 1.3c+.
% Please see tex4ht-cpright.tex for license text.
-\message{[<TeX4ht/dist/\jobname>]}
\documentclass{article}
\usepackage{url}
More information about the tex4ht-commits
mailing list