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

karl at gnu.org.ua karl at gnu.org.ua
Sun Nov 12 19:48:51 CET 2017


Author: karl
Date: 2017-11-12 20:48:51 +0200 (Sun, 12 Nov 2017)
New Revision: 345

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-docbook.tex
Log:
docbook copyright; update-env target

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-11-11 22:19:36 UTC (rev 344)
+++ trunk/lit/ChangeLog	2017-11-12 18:48:51 UTC (rev 345)
@@ -1,6 +1,14 @@
+2017-11-12  Karl Berry  <karl at freefriends.org>
+
+	* Makefile (update-env): separate out target.
+	(update: call it.
+
+	* tex4ht-docbook.tex: copyright.
+
 2017-11-11  Michal Hoftich  <michal.h21 at gmail.com>
 
-	* tex4ht-docbook.tex (docbook.4ht): added support for the quote environment.
+	* tex4ht-docbook.tex (docbook.4ht): added support for the quote
+	environment.
 
 2017-11-10  Michal Hoftich  <michal.h21 at gmail.com>
 

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2017-11-11 22:19:36 UTC (rev 344)
+++ trunk/lit/Makefile	2017-11-12 18:48:51 UTC (rev 345)
@@ -411,6 +411,11 @@
 update = cp -pr
 mkdir = install -d
 #
+update-env:
+	$(mkdir) $(dest_base)/unix $(dest_base)/win32
+	$(update) tex4ht.env-unix $(dest_base)/unix/
+	$(update) tex4ht.env-win32 $(dest_base)/win32/
+
 update: all
 	$(update) $(tex4ht_bibtex2_derived) $(dest_src)/
 #
@@ -423,9 +428,7 @@
 #
 	$(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/
+	$(MAKE) update-env
 #
 	$(update) $(tex4ht_html_speech_xtpipes_derived) $(dest_texmf)/
 #

Modified: trunk/lit/tex4ht-docbook.tex
===================================================================
--- trunk/lit/tex4ht-docbook.tex	2017-11-11 22:19:36 UTC (rev 344)
+++ trunk/lit/tex4ht-docbook.tex	2017-11-12 18:48:51 UTC (rev 345)
@@ -2,8 +2,8 @@
 % compile 3 times:     latex tex4ht-docbook   
 %                or  xhlatex tex4ht-docbook "html,3,sections+"
 %
-% Copyright (C) 2009-2016 TeX Users Group
-% Copyright (C) 2000-2009 Eitan M. Gurari
+% Copyright 2009-2017 TeX Users Group
+% Copyright 2000-2009 Eitan M. Gurari
 % Released under LPPL 1.3c+.
 % See tex4ht-cpright.tex for license text.
 
@@ -28,8 +28,8 @@
 
 \<docbook\><<<
 % docbook.4ht (|version), generated from |jobname.tex
-% Copyright (C) 2009-2016 TeX Users Group
-% Copyright (C) |CopyYear.2000. Eitan M. Gurari
+% Copyright 2009-2017 TeX Users Group
+% Copyright |CopyYear.2000. Eitan M. Gurari
 |<TeX4ht copywrite|>
 >>>
 



More information about the tex4ht-commits mailing list