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

karl at gnu.org.ua karl at gnu.org.ua
Sat Oct 31 02:11:52 CET 2020


Author: karl
Date: 2020-10-31 03:11:52 +0200 (Sat, 31 Oct 2020)
New Revision: 836

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/tex4ht-mkht.tex
Log:
start Windows .bat with @echo off, tl r56792

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2020-10-28 01:18:18 UTC (rev 835)
+++ trunk/lit/ChangeLog	2020-10-31 01:11:52 UTC (rev 836)
@@ -1,3 +1,9 @@
+2020-10-30  Karl Berry  <karl at freefriends.org>
+
+	* tex4ht-mkht.tex (windows line): start with @echo off, per Akira.
+	
+	* Makefile (tex4ht_mkht_derived): add ht.unix ht.bat.
+
 2020-10-25  Karl Berry  <karl at freefriends.org>
 
 	* tex4ht-mkht.tex: more copyright 2020, https for tug.org.
@@ -3,4 +9,5 @@
 	* Makefile (diff-scripts, install-scripts): new targets.
 	(install_data, inst_dir_scripts): new variables.
+	(tex4ht_mkht_derived): add ht.unix and ht.bat (lots more).
 
 2020-10-25  Michal Hoftich  <michal.h21 at gmail.com>

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2020-10-28 01:18:18 UTC (rev 835)
+++ trunk/lit/Makefile	2020-10-31 01:11:52 UTC (rev 836)
@@ -279,7 +279,7 @@
 tex4ht_mathplayer_derived = mathplayer.4ht
 
 derived += $(tex4ht_mkht_derived)
-tex4ht_mkht_derived = mkht.4ht mk4ht.perl mkht-scripts.4ht
+tex4ht_mkht_derived = mkht.4ht mk4ht.perl mkht-scripts.4ht ht.unix ht.bat
 
 derived += $(tex4ht_moz_derived)
 tex4ht_moz_derived = mozilla.4ht
@@ -692,12 +692,13 @@
 	  test -r $$inst_f || continue; \
 	  $(diff) $$inst_f $$f; done
 
+# Diff from installed to dev, but install from dev to installed.
 install-scripts:
 	for f in *.unix; do \
 	  inst_f=$(inst_dir_scripts)/`basename $$f .unix`.sh; \
 	  test -r $$inst_f || continue; \
 	  echo $(install_data) $$inst_f $$f; \
-	  $(install_data) $$inst_f $$f; done
+	  $(install_data) $$f $$inst_f; done
 
 # not ready
 #for f in *.bat; do \

Modified: trunk/lit/tex4ht-mkht.tex
===================================================================
--- trunk/lit/tex4ht-mkht.tex	2020-10-28 01:18:18 UTC (rev 835)
+++ trunk/lit/tex4ht-mkht.tex	2020-10-31 01:11:52 UTC (rev 836)
@@ -1102,6 +1102,7 @@
 >>>
 
 \<windows line\><<<
+ at echo off
 ?<MYcopyrightnotice?>
 >>>
 



More information about the tex4ht-commits mailing list.