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

karl at gnu.org.ua karl at gnu.org.ua
Sun Mar 7 19:47:42 CET 2010


Author: karl
Date: 2010-03-07 20:47:41 +0200 (Sun, 07 Mar 2010)
New Revision: 41

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

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2010-03-06 16:25:14 UTC (rev 40)
+++ trunk/lit/ChangeLog	2010-03-07 18:47:41 UTC (rev 41)
@@ -1,3 +1,8 @@
+2010-03-07  Karl Berry  <karl at gnu.org>
+
+	* tex4ht-docbook.tex: license notices.
+	* Makefile: add derivations.
+
 2010-03-06  Karl Berry  <karl at gnu.org>
 
 	* tex4ht-env.tex: license notices.
@@ -3,5 +8,5 @@
 	(dvips convert (personal)): do not hardcode path to convert
 	(else zztex4ht-env.ps is left behind).
-	* Makefile: add derivations.	
+	* Makefile: add derivations.
 
 2010-03-05  Karl Berry  <karl at gnu.org>
@@ -100,9 +105,9 @@
 
 	* common-code.tex: new file.
 	* tex4ht-unicode.tex: use it.
-	
+
 	* tex4ht-options.tex: update license notices.
-	* Makefile: add derivations.	
+	* Makefile: add derivations.
 
 2010-02-12  Karl Berry  <karl at gnu.org>
 

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2010-03-06 16:25:14 UTC (rev 40)
+++ trunk/lit/Makefile	2010-03-07 18:47:41 UTC (rev 41)
@@ -10,8 +10,11 @@
 common_info = $(common) common-info.tex
 derived = 
 
+derived += $(tex4ht_docbook_derived)
+tex4ht_docbook_derived = docbook.4ht docbook-math.4ht docbook-mml.4ht
+
 derived += $(tex4ht_env_derived)
-tex4ht_env_derived = tex4ht.env-unix tex4ht.env-win32
+tex4ht_env_derived = tex4ht.env-unix tex4ht.env-win32 tex4ht.env
 
 derived += $(tex4ht_fonts_noncjk_derived)
 tex4ht_fonts_noncjk_derived = SearchFonts.java cmtex.htf # and thousands more
@@ -131,6 +134,9 @@
 # 
 all: $(derived)
 
+$(tex4ht_docbook_derived): tex4ht-docbook.tex $(common)
+	xhlatex $< "html,3" "" "-d./" $(tex_args)
+
 $(tex4ht_env_derived): tex4ht-env.tex $(common)
 	htlatex $< "xhtml,3" "" "-d./" $(tex_args)
 
@@ -240,13 +246,21 @@
 # 
 destdir = ..
 dest_texmf = $(destdir)/texmf/tex/generic/tex4ht
-dest_xtpipes = $(destdir)/texmf/tex4ht/xtpipes
+dest_4ht = $(destdir)/texmf/tex4ht
+dest_base = $(dest_4ht)/base
+dest_xtpipes = $(dest_4ht)/xtpipes
 dest_java = $(destdir)/src/java
+#
 update = cp -pr
+mkdir = install -d
 #
 update: all
-	$(update) $(tex4ht_mk4ht_derived) $(destdir)/src/
+	$(update) $(tex4ht_docbook_derived) $(dest_texmf)/
 #
+	$(mkdir) $(dest_base)/unix $(dest_base)/win32
+	$(update) tex4ht.env-unix $(dest_base)/unix/
+	$(update) tex4ht.env-win32 $(dest_base)/win32/
+#
 	$(update) $(tex4ht_html_speech_xtpipes_derived) $(dest_texmf)/
 #
 	$(update) $(tex4ht_html_speech_derived) $(dest_texmf)/

Modified: trunk/lit/tex4ht-dir.tex
===================================================================
--- trunk/lit/tex4ht-dir.tex	2010-03-06 16:25:14 UTC (rev 40)
+++ trunk/lit/tex4ht-dir.tex	2010-03-07 18:47:41 UTC (rev 41)
@@ -1,2 +1,3 @@
-\def\HOME{/home/4/gurari/tex4ht.dir/}
-\def\DTDS{/home/4/gurari/dtd.dir/}           
\ No newline at end of file
+% public domain.
+\def\HOME{./tex4ht.dir/}
+\def\DTDS{./dtd.dir/}           

Modified: trunk/lit/tex4ht-docbook.tex
===================================================================
--- trunk/lit/tex4ht-docbook.tex	2010-03-06 16:25:14 UTC (rev 40)
+++ trunk/lit/tex4ht-docbook.tex	2010-03-07 18:47:41 UTC (rev 41)
@@ -1,35 +1,12 @@
-% compile 3 times:     latex   tex4ht-docbook   
-%                  or  xhlatex tex4ht-docbook "html,3,sections+"
+% $Id$
+% compile 3 times:     latex tex4ht-docbook   
+%                or  xhlatex tex4ht-docbook "html,3,sections+"
 %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-docbook.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 (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.
 
-
-%%%%%%%%%%%%%%%%%% load style files %%%%%%%%%%%%%%%%%%%%%%%%%%
-
 \ifx \HTML\UnDef
    \def\HTML{docbook,docbook-math,docbook-mml}                         
    \def\CONFIG{\jobname}
@@ -40,25 +17,9 @@
    \expandafter\next
 \fi
 
-%%%%%%%%%%%%%%%%%%%%% definitions %%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\input{common}
+\input{tex4ht-cpright}
 
-\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
-}
-
-
-
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \chapter{File Organization}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -66,26 +27,28 @@
 
 
 \<docbook\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% docbook.4ht                           |version %
-% Copyright (C) |CopyYear.2000.       Eitan M. Gurari         % 
-|<TeX4ht copyright|>
+% docbook.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.2000. Eitan M. Gurari
+|<TeX4ht copywrite|>
 >>>
 
 
 \<docbook-math\><<<
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% docbook-math.4ht                      |version %
-% Copyright (C) |CopyYear.2000.       Eitan M. Gurari         % 
-|<TeX4ht copyright|>
+% docbook-math.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.2000. Eitan M. Gurari
+|<TeX4ht copywrite|>
 >>>
 
 
 \<docbook-mml\><<<
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% docbook-mml.4ht                       |version %
-% Copyright (C) |CopyYear.2000.       Eitan M. Gurari         % 
-|<TeX4ht copyright|>
+% docbook-mml.4ht (|version), generated from |jobname.tex
+% Copyright (C) 2009, 2010 TeX Users Group.
+% Copyright (C) |CopyYear.2000. Eitan M. Gurari
+|<TeX4ht copywrite|>
 >>>
 
 
@@ -109,34 +72,7 @@
 \edef\Preamble{\Preamble,refcaption}
 >>>
 
-\<TeX4ht copyright\><<<
-%                                                        %
-% 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 program your changing its signature %
-% with a directive of the following form will be         %
-% appreciated.                                           %
-%            \message{signature}                         %
-%                                                        %
-%                             gurari at cse.ohio-state.edu  %
-%                 http://www.cse.ohio-state.edu/~gurari  %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version |version}
->>>
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \chapter{Origin of Hooks}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


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



More information about the tex4ht-commits mailing list