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

karl at gnu.org.ua karl at gnu.org.ua
Fri Jul 1 18:18:15 CEST 2016


Author: karl
Date: 2016-07-01 19:18:15 +0300 (Fri, 01 Jul 2016)
New Revision: 180

Modified:
   trunk/lit/
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-4ht.tex
   trunk/lit/tex4ht-sty.tex
Log:
unify copyrights, svn:ignore derived tex4ht.sty

Index: trunk/lit
===================================================================
--- trunk/lit	2016-06-30 23:09:51 UTC (rev 179)
+++ trunk/lit	2016-07-01 16:18:15 UTC (rev 180)

Property changes on: trunk/lit
___________________________________________________________________
Modified: svn:ignore
## -30,3 +30,4 ##
 *.trc
 *.unix
 *.xref
+tex4ht.sty
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2016-06-30 23:09:51 UTC (rev 179)
+++ trunk/lit/ChangeLog	2016-07-01 16:18:15 UTC (rev 180)
@@ -1,3 +1,8 @@
+2016-07-01  Karl Berry  <karl at freefriends.org>
+
+	* tex4ht-sty.tex (tex4ht.sty),
+	* tex4ht-4ht.tex (usepackage.4ht): unify copyright notices.	
+
 2016-06-30  Karl Berry  <karl at freefriends.org>
 
 	* tex4ht-4ht.tex (latex.4ht): unify copyright notice.
@@ -11,13 +16,14 @@
 
 2016-06-16  Michal Hoftich  <michal.h21 at gmail.com>
 
-	* tex4ht-html4.tex: added \par command to sectioning commands,
-	there would be text outside paragraphs otherwise.
+	* tex4ht-html4.tex (html4.4ht): added \par command to sectioning
+	commands, text can be outside paragraphs otherwise.
 	<https://puszcza.gnu.org.ua/bugs/?279>
 
 2016-06-16  Michal Hoftich  <michal.h21 at gmail.com>
 
-	* tex4ht-4ht.tex: Replaced non-breaking space with normal spaces.
+	* tex4ht-4ht.tex (html4.4ht): Replaced non-breaking Unicode space with
+	normal spaces.
 	<https://puszcza.gnu.org.ua/bugs/?316>
 
 2016-06-16  Michal Hoftich  <michal.h21 at gmail.com>
@@ -26,8 +32,8 @@
 
 2016-06-15  Michal Hoftich  <michal.h21 at gmail.com>
 
-	* tex4ht-html4.tex: Fixed configurations for algorithmic package -
-	indentation and line number align.
+	* tex4ht-html4.tex (html4.4ht): Fixed configurations for
+	algorithmic package - indentation and line number align.
 	<https://puszcza.gnu.org.ua/bugs/index.php?314>
 
 2016-06-15  Michal Hoftich  <michal.h21 at gmail.com>
@@ -57,12 +63,13 @@
 
 2016-06-09  Michal Hoftich  <michal.h21 at gmail.com>
 
-	* tex4ht-sty.tex:  added \:dontusepackage macro for package loading
-	preventing. Changed \@onefilewithoptions patching, second argument is read
-	and saved.
-	* tex4ht-4ht.tex:  added savetrees.sty to list of packages detected upon
-	their loading. It is blocked from loading, as it causes tex4ht to fail
-	* Makefile: added derived files
+	* tex4ht-sty.tex (tex4ht.sty): added \:dontusepackage macro for
+	package loading preventing. Changed \@onefilewithoptions
+	patching, second argument is read and saved.
+	* tex4ht-4ht.tex (usepackage.4ht): added savetrees.sty to list
+	of packages detected upon their loading. It is blocked from
+	loading, as it causes tex4ht to fail.
+	* Makefile: add derived files.
 	https://puszcza.gnu.org.ua/bugs/?309
 
 2016-05-24  Michal Hoftich  <michal.h21 at gmail.com>

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2016-06-30 23:09:51 UTC (rev 179)
+++ trunk/lit/Makefile	2016-07-01 16:18:15 UTC (rev 180)
@@ -16,12 +16,11 @@
 derived += $(tex4ht_4ht_derived)
 tex4ht_4ht_derived = \
   algorithmic.4ht biblatex.4ht book.4ht frenchb.4ht \
-  geometry.4ht graphicx.4ht hyperref.4ht listings.4ht \
+  geometry.4ht graphicx.4ht hyperref.4ht latex.4ht listings.4ht \
   memoir.4ht multicol.4ht quoting.4ht reading.4ht \
   scrartcl.4ht scrbook.4ht scrreprt.4ht spanish.4ht subscript.4ht \
-  titlesec.4ht tocloft.4ht wrapfig.4ht usepackage.4ht \
-	latex.4ht
-# and many, many more.
+  titlesec.4ht tocloft.4ht wrapfig.4ht usepackage.4ht
+# xx and many, many more.
 
 derived += $(tex4ht_bibtex2_derived)
 tex4ht_bibtex2_derived = bibtex2.4ht
@@ -47,10 +46,6 @@
 derived += $(tex4ht_fonts_cjk_utf8_derived)
 tex4ht_fonts_cjk_utf8_derived = tex4ht-fonts-cjk-utf8.html # and lots more
 
-
-derived += $(tex4ht_sty_derived)
-tex4ht_sty_derived = tex4ht.sty
-
 # noncjk.tex \input's modern, but seems more maintainable
 # to have separate lists.
 derived += $(tex4ht_fonts_noncjk_derived)
@@ -65,7 +60,7 @@
 tex4ht_fonts_modern_derived = \
   tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/l7x-lmcsc.htf \
   tex4ht.dir/texmf/tex4ht/ht-fonts/unicode/lm/l7x-lm.htf  
-# and lots more
+# xx and lots more
 # whither tmp?  how change target dir?  what happened to cmtex.htf?  etc.
 
 # htcmd not used
@@ -154,6 +149,9 @@
 derived += $(tex4ht_options_derived)
 tex4ht_options_derived = tex4ht.4ht
 
+derived += $(tex4ht_sty_derived)
+tex4ht_sty_derived = tex4ht.sty
+
 derived += $(tex4ht_svg_derived)
 tex4ht_svg_derived = svg.4ht html4-svg.4ht
 

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2016-06-30 23:09:51 UTC (rev 179)
+++ trunk/lit/tex4ht-4ht.tex	2016-07-01 16:18:15 UTC (rev 180)
@@ -435,10 +435,9 @@
 >>>
 
 \<usepackage.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% usepackage.4ht                        |version %
-% Copyright (C) |CopyYear.2003.       Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% usepackage.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.2003. Eitan M. Gurari
+|<TeX4ht copywrite|>
    |<insert into latex|>
 \endinput
 >>>
@@ -26408,10 +26407,9 @@
 %%%%%%%%%%%%%%%%%%%%%%%%
 
 \<algorithmic.4ht\><<<
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
-% algorithmic.4ht                       |version %
-% Copyright (C) |CopyYear.2003.       Eitan M. Gurari         %
-|<TeX4ht copyright|>
+% algorithmic.4ht (|version), generated from |jobname.tex
+% Copyright |CopyYear.2003. Eitan M. Gurari
+|<TeX4ht copywrite|>
 |<algorithmic cfg|>
 \Hinput{algorithmic}
 \endinput

Modified: trunk/lit/tex4ht-sty.tex
===================================================================
--- trunk/lit/tex4ht-sty.tex	2016-06-30 23:09:51 UTC (rev 179)
+++ trunk/lit/tex4ht-sty.tex	2016-07-01 16:18:15 UTC (rev 180)
@@ -1,8 +1,8 @@
 % $Id$
 % tex tex4ht-sty   or   ht tex tex4ht-sty
 %
-% Copyright (C) 2009-2010 TeX Users Group
-% Copyright (C) 1996-2009 Eitan M. Gurari
+% Copyright 2009-2016 TeX Users Group
+% Copyright 1996-2009 Eitan M. Gurari
 % Released under LPPL 1.3c+.
 % See tex4ht-cpright.tex for license text.
 
@@ -664,7 +664,8 @@
 
 \<copyright\><<<
 % tex4ht.sty (|version), generated from |jobname.tex
-% Copyright (C) |CopyYear.1996. Eitan M. Gurari
+% Copyright 2009-|the|year|empty TeX Users Group
+% Copyright |CopyYear.1996. Eitan M. Gurari
 |<TeX4ht copywrite|>
 >>>
 



More information about the tex4ht-commits mailing list