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

karl at gnu.org.ua karl at gnu.org.ua
Thu Feb 11 02:51:07 CET 2010


Author: karl
Date: 2010-02-11 03:51:06 +0200 (Thu, 11 Feb 2010)
New Revision: 14

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-t4ht.tex
   trunk/lit/tex4ht-tei.tex
Log:
notices for tex4ht-t4ht.tex

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2010-02-09 19:55:53 UTC (rev 13)
+++ trunk/lit/ChangeLog	2010-02-11 01:51:06 UTC (rev 14)
@@ -1,3 +1,8 @@
+2010-02-10  Karl Berry  <karl at gnu.org>
+
+	* tex4ht-t4ht.tex: add license notices.
+	* Makefile: add derivations.
+
 2010-02-09  Karl Berry  <karl at gnu.org>
 
 	* tex4t-tei.tex: add license notices.

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2010-02-09 19:55:53 UTC (rev 13)
+++ trunk/lit/Makefile	2010-02-11 01:51:06 UTC (rev 14)
@@ -8,6 +8,10 @@
 common = tex4ht-cpright.tex common.tex
 derived =
 
+derived += $(tex4ht_t4ht_derived)
+tex4ht_t4ht_derived = \
+  t4ht.c \
+
 derived += $(tex4ht_tei_derived)
 tex4ht_tei_derived = \
   tei.4ht \
@@ -52,6 +56,9 @@
 # 
 all: $(derived)
 
+$(tex4ht_t4ht_derived): tex4ht-t4ht.tex $(common)
+	ht tex $<
+
 $(tex4ht_tei_derived): tex4ht-tei.tex $(common)
 	mk4ht xhlatex $< "html,3,sections+"
 
@@ -76,6 +83,8 @@
 destdir = ..
 update = cp -pr
 update: all
+	$(update) t4ht.c $(destdir)/src/
+#
 	$(update) tei*.4ht $(destdir)/texmf/tex/generic/tex4ht/
 #
 	$(update) unicode.4ht $(destdir)/texmf/tex/generic/tex4ht/
@@ -96,7 +105,7 @@
 clean: mostlyclean
 	rm -rf $(wd)
 	rm -f *.4ct *.4tc *.aux *.css *.dvi *.idv *.lg *.log *.tmp *.trc *.xref
-	rm -f *.html
+	rm -f *.html *.png
 
 mostlyclean:
 	rm -f $(derived)

Modified: trunk/lit/tex4ht-t4ht.tex
===================================================================
--- trunk/lit/tex4ht-t4ht.tex	2010-02-09 19:55:53 UTC (rev 13)
+++ trunk/lit/tex4ht-t4ht.tex	2010-02-11 01:51:06 UTC (rev 14)
@@ -1,55 +1,15 @@
+% $Id$
 % tex tex4ht-t4ht   or   ht tex tex4ht-t4ht
 %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% tex4ht-t4ht.tex                                        %
-% Copyright (C) 1998--            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) 1998--2009 Eitan M. Gurari
+% Copyright 2009, 2010 TeX Users Group.
+% Released under LPPL 1.3c+.
+% See tex4ht-cpright.tex for license text.
 
 % bcc32 -DBCC32 t4ht.c
 % gcc -O2 -DKPATHSEA -I/usr/local/teTeX/include -L/usr/local/teTeX/lib -o t4ht t4ht.c -DHAVE_DIRENT_H -lkpathsea
 
-
-\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
-}
-
-%\let\debug=Y
-
-
-
-
-
-
+\input common.tex
 \input tex4ht.sty    
 
 \Preamble{xhtml,th4,sections+,xhtml}\EndPreamble    
@@ -57,6 +17,7 @@
    \input ProTex.sty
    \AlProTex{perl,<<<>>>,`,title,list,_^}
 
+\input tex4ht-cpright.tex
 
 \Comment{   
 }{}
@@ -177,32 +138,10 @@
 
 
 \<t4ht.c\><<<
-/**********************************************************/
-/* t4ht.c                                `version */
-/* Copyright (C) `CopyYear.1998.    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 program your changing its signature */
-/* with a directive of the following form will be         */
-/* appreciated.                                           */
-/*      #define PLATFORM "signature"                      */
-/*                                                        */
-/*                             gurari at cse.ohio-state.edu  */
-/*                 http://www.cse.ohio-state.edu/~gurari  */
-/**********************************************************/
+/* t4ht.c (`version), generated from `jobname.tex
+   Copyright (C) `CopyYear.1998. Eitan M. Gurari
+   Copyright (C) 2009, 2010 TeX Users Group
+`<TeX4ht copyright`> */
 `<t4ht.h`>
 `<defines`>
 `<vars`>


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


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



More information about the tex4ht-commits mailing list