[tex4ht-commits] [SCM] tex4ht updated: r134 - trunk/lit
karl at gnu.org.ua
karl at gnu.org.ua
Fri Jan 23 20:12:15 CET 2015
Author: karl
Date: 2015-01-23 21:12:15 +0200 (Fri, 23 Jan 2015)
New Revision: 134
Added:
trunk/lit/html4.4ht-released
Modified:
trunk/lit/ChangeLog
trunk/lit/Makefile
Log:
introduce manually-maintained html4.4ht-released for tex4ht-html4.tex compilation
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2015-01-20 18:31:30 UTC (rev 133)
+++ trunk/lit/ChangeLog 2015-01-23 19:12:15 UTC (rev 134)
@@ -1,3 +1,10 @@
+2015-01-23 Karl Berry <karl at gnu.org>
+
+ * html4.4ht-released: new file, copied from current TL.
+ * Makefile (tex4ht_html4_derived): enable, and intersperse
+ copying of html4.4ht-released to html4.4ht with latex runs,
+ per comments at top of file. No significant differences remain.
+
2015-01-19 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex,
Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile 2015-01-20 18:31:30 UTC (rev 133)
+++ trunk/lit/Makefile 2015-01-23 19:12:15 UTC (rev 134)
@@ -64,10 +64,7 @@
derived += $(tex4ht_html32_derived)
tex4ht_html32_derived = html32.4ht html32-math.4ht
-# the html4.4ht and html4-uni.4ht regenerated from tex4ht-html4.tex
-# are significantly different from what we're distributing. need to
-# figure it out before enabling this.
-#xx derived += $(tex4ht_html4_derived)
+derived += $(tex4ht_html4_derived)
tex4ht_html4_derived = \
html4.4ht html4-math.4ht html4-uni.4ht onmouseover.4ht exerqz.4ht
@@ -216,8 +213,11 @@
$(tex4ht_html32_derived): tex4ht-html32.tex $(common)
xhlatex $< "html,3,sections+" "" "-d./" $(tex_1opt)
+# must create/update html4.4ht-released by hand.
$(tex4ht_html4_derived): tex4ht-html4.tex $(common)
- htlatex $< "html,sections+" "" "-d./" $(tex_1opt)
+ cp html4.4ht-released html4.4ht && latex $(tex_opts) $<
+ cp html4.4ht-released html4.4ht && latex $(tex_opts) $<
+ latex $(tex_opts) $<
$(tex4ht_info_mml_derived): tex4ht-info-mml.tex $(common_info)
htlatex $< "html,sections+" "" "-d./" $(tex_1opt)
More information about the tex4ht-commits
mailing list