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

karl at gnu.org.ua karl at gnu.org.ua
Tue Feb 16 19:49:38 CET 2010


Author: karl
Date: 2010-02-16 20:49:38 +0200 (Tue, 16 Feb 2010)
New Revision: 22

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

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2010-02-15 17:55:50 UTC (rev 21)
+++ trunk/lit/ChangeLog	2010-02-16 18:49:38 UTC (rev 22)
@@ -1,3 +1,8 @@
+2010-02-16  Karl Berry  <karl at gnu.org>
+
+	* tex4ht-oo-xtpipes.tex: update license notices.
+	* Makefile: add derivations.
+
 2010-02-15  Karl Berry  <karl at gnu.org>
 
 	* tex4ht-ooffice.tex: update license notices.

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2010-02-15 17:55:50 UTC (rev 21)
+++ trunk/lit/Makefile	2010-02-16 18:49:38 UTC (rev 22)
@@ -8,6 +8,11 @@
 common = tex4ht-cpright.tex common.tex
 derived =
 
+derived += $(tex4ht_oo_xtpipes_derived)
+tex4ht_oo_xtpipes_derived = \
+   oo-math.4xt oo-text.4xt \
+   OoUtilities.java OomFilter.java OoFilter.java
+
 derived += $(tex4ht_ooffice_derived)
 tex4ht_ooffice_derived = ooffice.4ht ooffice-mml.4ht
 
@@ -57,6 +62,9 @@
 # 
 all: $(derived)
 
+$(tex4ht_oo_xtpipes_derived): tex4ht-oo-xtpipes.tex $(common)
+	htlatex $< "xhtml,next,3" "" "-d./" "-interaction=nonstopmode"
+
 $(tex4ht_ooffice_derived): tex4ht-ooffice.tex $(common)
 	htlatex $< "xhtml,4,sections+" "" "-d./" "-interaction=nonstopmode"
 
@@ -97,37 +105,43 @@
 
 # 
 destdir = ..
-texmf_dest = $(destdir)/texmf/tex/generic/tex4ht
+dest_texmf = $(destdir)/texmf/tex/generic/tex4ht
+dest_xtpipes = $(destdir)/texmf/tex4ht/xtpipes
+dest_java = $(destdir)/src/java
 update = cp -pr
+#
 update: all
-	$(update) $(tex4ht_ooffice_derived) $(texmf_dest)/
+	$(update) oo-text.4xt oo-math.4xt $(dest_xtpipes)/
+	$(update) OoUtilities.java OomFilter.java $(dest_java)/
 #
-	$(update) $(tex4ht_ooimpress_derived) $(texmf_dest)/
+	$(update) $(tex4ht_ooffice_derived) $(dest_texmf)/
 #
-	$(update) $(tex4ht_options_derived) $(texmf_dest)/
+	$(update) $(tex4ht_ooimpress_derived) $(dest_texmf)/
 #
-	$(update) $(tex4ht_sty_derived) $(texmf_dest)/
+	$(update) $(tex4ht_options_derived) $(dest_texmf)/
 #
-	$(update) $(tex4ht_svg_derived) $(texmf_dest)/
+	$(update) $(tex4ht_sty_derived) $(dest_texmf)/
 #
+	$(update) $(tex4ht_svg_derived) $(dest_texmf)/
+#
 	$(update) $(tex4ht_t4ht_derived) $(destdir)/src/
 #
-	$(update) $(tex4ht_tei_derived) $(texmf_dest)/
+	$(update) $(tex4ht_tei_derived) $(dest_texmf)/
 #
-	$(update) $(tex4ht_unicode_derived) $(texmf_dest)/
+	$(update) $(tex4ht_unicode_derived) $(dest_texmf)/
 #
-	$(update) $(tex4ht_word_derived) $(texmf_dest)/
+	$(update) $(tex4ht_word_derived) $(dest_texmf)/
 #
-	$(update) XhtmlEmails.java $(destdir)/src/java/
-	$(update) xhtml.4xt $(destdir)/texmf/tex4ht/xtpipes/
+	$(update) XhtmlEmails.java $(dest_java)/
+	$(update) xhtml.4xt $(dest_xtpipes)/
 #
-	$(update) XhtmmlUtilities.java $(destdir)/src/java/
-	$(update) xhtmml.4xt $(destdir)/texmf/tex4ht/xtpipes/
-# this has to be done last. And does anything else use $(wd)? We'll see.
+	$(update) XhtmmlUtilities.java $(dest_java)/
+	$(update) xhtmml.4xt $(dest_xtpipes)/
+# this has to be done last. Does anything else use $(wd)? We'll see.
 	rmdir $(wd)/bin
-	$(update) $(wd)/* $(destdir)/src/java/
-	$(update) xtpipes.dtd xtpipes-map.dtd xtpipes-default.4xt \
-	  $(destdir)/texmf/tex4ht/xtpipes/
+	$(update) $(wd)/* $(dest_java)/
+	$(update) xtpipes.dtd xtpipes-map.dtd xtpipes-default.4xt 
+	  $(dest_xtpipes)/
 
 clean: mostlyclean
 	rm -rf $(wd)

Modified: trunk/lit/tex4ht-oo-xtpipes.tex
===================================================================
--- trunk/lit/tex4ht-oo-xtpipes.tex	2010-02-15 17:55:50 UTC (rev 21)
+++ trunk/lit/tex4ht-oo-xtpipes.tex	2010-02-16 18:49:38 UTC (rev 22)
@@ -1,36 +1,19 @@
+% $Id$
 % htlatex tex4ht-oo-xtpipes "xhtml,next,3" "" "-d./"
+% 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.
 
 \documentclass{article}
     \Configure{ProTex}{log,<<<>>>,title,list,`,[[]]}
     \usepackage{url}
 \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
-}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-
-
-
-
-
-
-
 %%%%%%%%%%%%%%%%%%
 \section{Outline}
 %%%%%%%%%%%%%%%%%%
@@ -41,8 +24,6 @@
 %%%%%%%%%%%%%
 
 
-
-
 \AtEndDocument{\OutputCodE\<oo-math.4xt\>}
 
 \Needs{"xmllint --valid --noout oo-math.4xt"} 
@@ -54,6 +35,10 @@
 \<oo-math.4xt\><<<
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE xtpipes SYSTEM "xtpipes.dtd" >
+<!-- oo-math.4xt (`version), generated from `jobname.tex
+     Copyright (C) 2009, 2010 TeX Users Group
+     Copyright (C) `CopyYear.2006. Eitan M. Gurari
+`<TeX4ht copyright`> -->
 <xtpipes preamble="yes" signature="oo-math.4xt (`version)">
    <sax content-handler="xtpipes.util.ScriptsManager,tex4ht.OomFilter" 
         lexical-handler="xtpipes.util.ScriptsManagerLH" >
@@ -117,6 +102,10 @@
 \<oo-text.4xt\><<<
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE xtpipes SYSTEM "xtpipes.dtd" >
+<!-- oo-text.4xt (`version), generated from `jobname.tex
+     Copyright (C) 2009, 2010 TeX Users Group
+     Copyright (C) `CopyYear.2006. Eitan M. Gurari
+`<TeX4ht copyright`> -->
 <xtpipes preamble="yes" signature="oo-text.4xt (`version)">
    <sax content-handler="xtpipes.util.ScriptsManager,tex4ht.OoFilter" 
         lexical-handler="xtpipes.util.ScriptsManagerLH" >
@@ -298,11 +287,10 @@
 
 \<OoUtilities.java\><<<
 package tex4ht;
-`<copy right`>
-/* OoUtilities.java                      `version */
-/* Copyright (C) `CopyYear.2006.    Eitan M. Gurari            */
-`<cont copy right`>
-
+/* OoUtilities.java (`version), generated from `jobname.tex
+   Copyright (C) 2009, 2010 TeX Users Group
+   Copyright (C) `CopyYear.2006. Eitan M. Gurari
+`<TeX4ht copyright`> */
 import org.w3c.dom.*;
 public class OoUtilities {
   `<static void mtable(dom)`>
@@ -1559,10 +1547,10 @@
 
 \<OomFilter.java\><<<
 package tex4ht;
-`<copy right`>
-/* OomFilterImpl.java                     `version */
-/* Copyright (C) `CopyYear.2006.    Eitan M. Gurari            */
-`<cont copy right`>
+/* OomFilter.java (`version), generated from `jobname.tex
+   Copyright (C) 2009, 2010 TeX Users Group
+   Copyright (C) `CopyYear.2002. Eitan M. Gurari
+`<TeX4ht copyright`> */
 
 import org.xml.sax.helpers.*;
 import org.xml.sax.*;
@@ -1624,10 +1612,10 @@
 
 \<OoFilter.java\><<<
 package tex4ht;
-`<copy right`>
-/* OoFilterImpl.java                     `version */
-/* Copyright (C) `CopyYear.2006.    Eitan M. Gurari            */
-`<cont copy right`>
+/* OoFilter.java (`version), generated from `jobname.tex
+   Copyright (C) 2009, 2010 TeX Users Group
+   Copyright (C) `CopyYear.2002. Eitan M. Gurari
+`<TeX4ht copyright`> */
 `<OoFilter imports`>
 public class OoFilter extends XMLFilterImpl {
      PrintWriter out = null;
@@ -1951,9 +1939,6 @@
 
 
 
-
-
-
 \<load font vars\><<<
 int base_font_size = 10;
 int second;
@@ -1971,50 +1956,6 @@
 
 
 
-
-%%%%%%%%%%%%%%%%%%
-\section{Copyright}
-%%%%%%%%%%%%%%%%%%
-
-\let\newfilename=\relax
-
-\<copy right\><<< 
-/**********************************************************/ >>>
-
-
-
-\<cont copy right\><<< 
-/*                                                        */
-/* 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.                                    */
-/*                                                        */
-/*                             gurari at cse.ohio-state.edu  */
-/*                 http://www.cse.ohio-state.edu/~gurari  */
-/**********************************************************/
->>>
-
-
-% /* If you modify this program your changing its signature */
-% /* with a directive of the following form will be         */
-% /* appreciated.                                           */
-% /*      #define PLATFORM "signature"                      */
-% /*                                                        */
-
-
-
-
-
 \AtEndDocument{\Needs{%
     "cd /home/4/gurari/xtpipes.dir
      ;  
@@ -2026,9 +1967,4 @@
         /home/4/gurari/tex4ht.dir/texmf/tex4ht/xtpipes/.
 "}}
 
-
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \end{document}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-


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



More information about the tex4ht-commits mailing list