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

karl at gnu.org.ua karl at gnu.org.ua
Wed Mar 3 19:20:06 CET 2010


Author: karl
Date: 2010-03-03 20:20:05 +0200 (Wed, 03 Mar 2010)
New Revision: 36

Modified:
   trunk/lit/
   trunk/lit/.svnignore
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-html-speech-xtpipes.tex
   trunk/lit/tex4ht-html-speech.tex
   trunk/lit/tex4ht-javahelp-xtpipes.tex
Log:
tex4ht-html-speech-xtpipes: license notices


Property changes on: trunk/lit
___________________________________________________________________
Name: svn:ignore
   - work.dir
*.4ct
*.4tc
*.aux
*.css
*.dvi
*.html
*.idv
*.lg
*.log
*.png
*.tmp
*.trc
*.xref

   + work.dir
*.4ct
*.4ht
*.4tc
*.4xt
*.aux
*.bat
*.c
*.css
*.dtd
*.dvi
*.html
*.idv
*.java
*.lg
*.log
*.perl
*.png
*.tmp
*.trc
*.unix
*.xref


Modified: trunk/lit/.svnignore
===================================================================
--- trunk/lit/.svnignore	2010-03-02 17:33:44 UTC (rev 35)
+++ trunk/lit/.svnignore	2010-03-03 18:20:05 UTC (rev 36)
@@ -1,14 +1,22 @@
 work.dir
 *.4ct
+*.4ht
 *.4tc
+*.4xt
 *.aux
+*.bat
+*.c
 *.css
+*.dtd
 *.dvi
 *.html
 *.idv
+*.java
 *.lg
 *.log
+*.perl
 *.png
 *.tmp
 *.trc
+*.unix
 *.xref

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2010-03-02 17:33:44 UTC (rev 35)
+++ trunk/lit/ChangeLog	2010-03-03 18:20:05 UTC (rev 36)
@@ -1,3 +1,8 @@
+2010-03-03  Karl Berry  <karl at gnu.org>
+
+	* tex4ht-html-speech-xtpipes.tex: update license notices.
+	* Makefile: add derivations.
+
 2010-03-02  Karl Berry  <karl at gnu.org>
 
 	* tex4ht-html-speech.tex,

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2010-03-02 17:33:44 UTC (rev 35)
+++ trunk/lit/Makefile	2010-03-03 18:20:05 UTC (rev 36)
@@ -10,6 +10,9 @@
 common_info = $(common) common-info.tex
 derived = 
 
+derived += $(tex4ht_html_speech_xtpipes_derived)
+tex4ht_html_speech_xtpipes_derived = htspk.4xt HtSpk.java
+
 derived += $(tex4ht_html_speech_derived)
 tex4ht_html_speech_derived = html-speech.4ht html-speech-math.4ht emacspeak.4ht
 
@@ -118,6 +121,9 @@
 # 
 all: $(derived)
 
+$(tex4ht_html_speech_xtpipes_derived): tex4ht-html-speech-xtpipes.tex $(common)
+	htlatex $< "html,next,3" "" "-d./" $(tex_args)
+
 $(tex4ht_html_speech_derived): tex4ht-html-speech.tex $(common)
 	xhlatex $< "html,3,sections+" "" "-d./" $(tex_args)
 
@@ -220,6 +226,8 @@
 update = cp -pr
 #
 update: all
+	$(update) $(tex4ht_html_speech_xtpipes_derived) $(dest_texmf)/
+#
 	$(update) $(tex4ht_html_speech_derived) $(dest_texmf)/
 #
 	$(update) $(tex4ht_html0_derived) $(dest_texmf)/

Modified: trunk/lit/tex4ht-html-speech-xtpipes.tex
===================================================================
--- trunk/lit/tex4ht-html-speech-xtpipes.tex	2010-03-02 17:33:44 UTC (rev 35)
+++ trunk/lit/tex4ht-html-speech-xtpipes.tex	2010-03-03 18:20:05 UTC (rev 36)
@@ -1,11 +1,18 @@
+% $Id$
 % htlatex tex4ht-html-speech-xtpipes "html,next,3" "" "-d./"
+%
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) 2006--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}
 
-
 %%%%%%%%%%%%%%%%%%
 \part{Script for xtpipes}
 %%%%%%%%%%%%%%%%%%
@@ -26,6 +33,10 @@
 \<htspk.4xt\><<<
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE xtpipes SYSTEM "xtpipes.dtd" >
+<!-- htspk.4xt (`version), generated from `jobname.tex
+     Copyright (C) 2009, 2010 TeX Users Group
+     Copyright (C) `CopyYear.2002. Eitan M. Gurari
+`<TeX4ht copyright`> -->
 <xtpipes>
    <sax content-handler="xtpipes.util.ScriptsManager"
         lexical-handler="xtpipes.util.ScriptsManagerLH" >
@@ -142,6 +153,10 @@
 
 \<HtSpk.java\><<<
 package tex4ht;
+/* HtSpk.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 HtSpk {
   `<static void fracLevel(dom)`>


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

Modified: trunk/lit/tex4ht-html-speech.tex
===================================================================
--- trunk/lit/tex4ht-html-speech.tex	2010-03-02 17:33:44 UTC (rev 35)
+++ trunk/lit/tex4ht-html-speech.tex	2010-03-03 18:20:05 UTC (rev 36)
@@ -5,7 +5,7 @@
 %            first two compilations
 %
 % Copyright (C) 2009, 2010 TeX Users Group.
-% Copyright (C) 1996--2009 Eitan M. Gurari
+% Copyright (C) 2006--2009 Eitan M. Gurari
 % Released under LPPL 1.3c+.
 % See tex4ht-cpright.tex for license text.
 

Modified: trunk/lit/tex4ht-javahelp-xtpipes.tex
===================================================================
--- trunk/lit/tex4ht-javahelp-xtpipes.tex	2010-03-02 17:33:44 UTC (rev 35)
+++ trunk/lit/tex4ht-javahelp-xtpipes.tex	2010-03-03 18:20:05 UTC (rev 36)
@@ -12,6 +12,7 @@
 \begin{document}
 
 \input{common}
+\input{tex4ht-cpright}
 
 
 %%%%%%%%%%%%%%%%%%
@@ -94,7 +95,6 @@
    Copyright (C) 2009, 2010 TeX Users Group
    Copyright (C) `CopyYear.2002. Eitan M. Gurari
 `<TeX4ht copyright`> */
-*/
 import xtpipes.XtpipesUni;
 import org.xml.sax.*;
 import org.xml.sax.helpers.DefaultHandler;



More information about the tex4ht-commits mailing list