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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed May 10 20:59:25 CEST 2017


Author: michal_h21
Date: 2017-05-10 21:59:25 +0300 (Wed, 10 May 2017)
New Revision: 310

Modified:
   trunk/lit/Makefile
Log:
Use latex to compile some info files

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2017-05-10 18:22:03 UTC (rev 309)
+++ trunk/lit/Makefile	2017-05-10 18:59:25 UTC (rev 310)
@@ -309,13 +309,13 @@
 	htlatex $< "html,sections+" "" "" $(tex_1opt)
 
 $(tex4ht_info_mml_derived): tex4ht-info-mml.tex $(common_info)
-	htlatex $< "html,sections+" "" "" $(tex_1opt)
+	latex $(tex_opts) $<
 
 $(tex4ht_info_ooffice_derived): tex4ht-info-ooffice.tex $(common_info)
 	htlatex $< "html,sections+" "" "" $(tex_1opt)
 
 $(tex4ht_info_svg_derived): tex4ht-info-svg.tex $(common_info)
-	htlatex $< "html,sections+" "" "" $(tex_1opt)
+	latex $(tex_opts) $<
 
 $(tex4ht_info_derived): tex4ht-info.tex $(common)
 	xhlatex $< "html,3,sections+" "" "" $(tex_1opt)



More information about the tex4ht-commits mailing list