[tex4ht-commits] [SCM] tex4ht updated: r42 - trunk/lit

karl at gnu.org.ua karl at gnu.org.ua
Mon Mar 8 18:12:44 CET 2010


Author: karl
Date: 2010-03-08 19:12:09 +0200 (Mon, 08 Mar 2010)
New Revision: 42

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-docbook-xtpipes.tex
Log:
tex4ht-docbook-xtpipes.tex: license notices

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2010-03-07 18:47:41 UTC (rev 41)
+++ trunk/lit/ChangeLog	2010-03-08 17:12:09 UTC (rev 42)
@@ -1,3 +1,8 @@
+2010-03-08  Karl Berry  <karl at gnu.org>
+
+	* tex4ht-docbook-xtpipes.tex: license notices.
+	* Makefile: add derivations.
+
 2010-03-07  Karl Berry  <karl at gnu.org>
 
 	* tex4ht-docbook.tex: license notices.

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2010-03-07 18:47:41 UTC (rev 41)
+++ trunk/lit/Makefile	2010-03-08 17:12:09 UTC (rev 42)
@@ -10,6 +10,9 @@
 common_info = $(common) common-info.tex
 derived = 
 
+derived += $(tex4ht_docbook_xtpipes_derived)
+tex4ht_docbook_xtpipes_derived = docbook.4xt DbUtilities.java
+
 derived += $(tex4ht_docbook_derived)
 tex4ht_docbook_derived = docbook.4ht docbook-math.4ht docbook-mml.4ht
 
@@ -134,6 +137,9 @@
 # 
 all: $(derived)
 
+$(tex4ht_docbook_xtpipes_derived): tex4ht-docbook-xtpipes.tex $(common)
+	xhlatex $< "html,3" "" "-d./" $(tex_args)
+
 $(tex4ht_docbook_derived): tex4ht-docbook.tex $(common)
 	xhlatex $< "html,3" "" "-d./" $(tex_args)
 
@@ -255,6 +261,9 @@
 mkdir = install -d
 #
 update: all
+	$(update) docbook.4xt $(dest_xtpipes)/
+	$(update) DbUtilities.java $(dest_java)/
+#
 	$(update) $(tex4ht_docbook_derived) $(dest_texmf)/
 #
 	$(mkdir) $(dest_base)/unix $(dest_base)/win32

Modified: trunk/lit/tex4ht-docbook-xtpipes.tex
===================================================================
--- trunk/lit/tex4ht-docbook-xtpipes.tex	2010-03-07 18:47:41 UTC (rev 41)
+++ trunk/lit/tex4ht-docbook-xtpipes.tex	2010-03-08 17:12:09 UTC (rev 42)
@@ -1,32 +1,20 @@
+% $Id$
 % htlatex tex4ht-docbook-xtpipes "xhtml,next,3" "" "-d./"
+%
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) 2000--2009 Eitan M. Gurari
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
 
 \documentclass{article}
     \Configure{ProTex}{log,<<<>>>,title,list,`,[[]]}
 \begin{document}
 
+\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
-}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-
-
-
 %%%%%%%%%%%%%%%%%%
 \part{Post Processing for DocBook Output Mode}
 %%%%%%%%%%%%%%%%%%
@@ -43,6 +31,10 @@
 \<docbook.4xt\><<<
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE xtpipes SYSTEM "xtpipes.dtd" >
+<!-- docbook.4xt (`version), generated from `jobname.tex
+     Copyright (C) 2009, 2010 TeX Users Group
+     Copyright (C) `CopyYear.2008. Eitan M. Gurari
+`<TeX4ht copyright`> -->
 <xtpipes preamble="yes" signature="docbook.4xt (`version)">
    <sax content-handler="xtpipes.util.ScriptsManager" 
         lexical-handler="xtpipes.util.ScriptsManagerLH" >
@@ -62,10 +54,10 @@
 
 \<DbUtilities.java\><<<
 package tex4ht;
-`<copy right`>
-/* DbUtilities.java                      `version */
-/* Copyright (C) `CopyYear.2008.    Eitan M. Gurari            */
-`<cont copy right`>
+/* DbUtilities.java (`version), generated from `jobname.tex
+   Copyright (C) 2009, 2010 TeX Users Group
+   Copyright (C) `CopyYear.2008. Eitan M. Gurari
+`<TeX4ht copyright`> */
 
 import org.w3c.dom.*;
 public class DbUtilities {


Property changes on: trunk/lit/tex4ht-docbook-xtpipes.tex
___________________________________________________________________
Name: svn:keywords
   + Date Author Id



More information about the tex4ht-commits mailing list