[tex4ht-commits] [SCM] tex4ht updated: r786 - trunk/doc/mn

karl at gnu.org.ua karl at gnu.org.ua
Mon Aug 24 19:18:49 CEST 2020


Author: karl
Date: 2020-08-24 20:18:49 +0300 (Mon, 24 Aug 2020)
New Revision: 786

Modified:
   trunk/doc/mn/ChangeLog
   trunk/doc/mn/Makefile
   trunk/doc/mn/TeX4ht-doc.tex
Log:
etex for doc now

Modified: trunk/doc/mn/ChangeLog
===================================================================
--- trunk/doc/mn/ChangeLog	2020-08-21 09:01:39 UTC (rev 785)
+++ trunk/doc/mn/ChangeLog	2020-08-24 17:18:49 UTC (rev 786)
@@ -1,3 +1,8 @@
+2020-08-24  Karl Berry  <karl at freefriends.org>
+
+	* Makefile (tex): must run etex, or Extra \fi, no \ifdefined, etc.
+	* TeX4ht-doc.tex: comment out more Eitan notes.
+
 2020-08-11  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* TeX4ht-doc.tex (all html files): added <meta viewport> element to fix

Modified: trunk/doc/mn/Makefile
===================================================================
--- trunk/doc/mn/Makefile	2020-08-21 09:01:39 UTC (rev 785)
+++ trunk/doc/mn/Makefile	2020-08-24 17:18:49 UTC (rev 786)
@@ -9,7 +9,7 @@
   dev =
 endif
 
-tex = $(dev) tex -interaction=nonstopmode -file-line-error
+tex = $(dev) etex -interaction=nonstopmode -file-line-error
 bld: clean
 #	chmod -R a+rwX .  # as received from OSU
 	$(tex) mn && $(tex) mn && $(tex) mn
@@ -27,6 +27,7 @@
 # have to add new files by hand.
 install:
 	cp -p `(cd $(inst_dir) && \ls)` $(inst_dir)
+	svn status $(inst_dir)
 
 clean:
 	rm -f *.4ct *.4tc *.aux *.css *.dvi *.idv *.lg *.log *.tmp *.trc *.xref

Modified: trunk/doc/mn/TeX4ht-doc.tex
===================================================================
--- trunk/doc/mn/TeX4ht-doc.tex	2020-08-21 09:01:39 UTC (rev 785)
+++ trunk/doc/mn/TeX4ht-doc.tex	2020-08-24 17:18:49 UTC (rev 786)
@@ -14,12 +14,12 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 
-\immediate\write16{!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}
-\immediate\write16{!!!!!!Compile: dotemp or dofinal               !!!!!!!!}
-\immediate\write16{!!!!!!NEEDS: htcmd.exe, tex4ht.exe, t4ht.exe   !!!!!!!!}
-\immediate\write16{!!!!!!needs: TWO COMPILATIONS to get correct index!!!!!!!!}
-\immediate\write16{!!!!!!checkmn in-messages out-clean-messages!!!!!!!!}
-\immediate\write16{!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}
+%\immediate\write16{!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}
+%\immediate\write16{!!!!!!Compile: dotemp or dofinal               !!!!!!!!}
+%\immediate\write16{!!!!!!NEEDS: htcmd.exe, tex4ht.exe, t4ht.exe   !!!!!!!!}
+%\immediate\write16{!!!!!!needs: TWO COMPILATIONS to get correct index!!!!!!!!}
+%\immediate\write16{!!!!!!checkmn in-messages out-clean-messages!!!!!!!!}
+%\immediate\write16{!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}
 
 
 \long\def\WAIT#1\ENDWAIT{}



More information about the tex4ht-commits mailing list.