[latexrefman-commits] [SCM] latexrefman updated: r848 - trunk

karl at gnu.org.ua karl at gnu.org.ua
Tue Dec 1 00:36:38 CET 2020


Author: karl
Date: 2020-12-01 01:36:38 +0200 (Tue, 01 Dec 2020)
New Revision: 848

Modified:
   trunk/Makefile
Log:
texfot

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2020-11-30 23:22:26 UTC (rev 847)
+++ trunk/Makefile	2020-11-30 23:36:38 UTC (rev 848)
@@ -19,8 +19,8 @@
 
 # 
 how to build.
 # 
-texi2dvi = texi2dvi --batch --tidy --build-dir=$*.t2dvi
-texi2pdf = texi2pdf --batch --tidy --build-dir=$*.t2pdf
+texi2dvi = texfot texi2dvi --batch --tidy --build-dir=$*.t2dvi
+texi2pdf = texfot texi2pdf --batch --tidy --build-dir=$*.t2pdf
 #
 makeinfo = makeinfo
 texi2docbook = $(makeinfo) --docbook
@@ -121,10 +121,8 @@
 	cd $(htmlsplit)/latex2e && ln -s ../../latex2e-figures .
 	cd $(htmlsplit) && zip -q ../$(htmlsplitzip) -r latex2e
 	src/easyurls.py --directory $(htmlsplit)/latex2e --action softlink --lower_case --rewrite_index
-#	rm -rf $(htmlsplit)
-#	@ls -l $(htmlsplitzip); unzip -l $(htmlsplitzip)
 
-# Right before a commit, delete html files that are gone and and add new ones
+# Right before a commit, delete html files that are gone and add new ones.
 htmlsplitstatus = cd $(htmlsplit)/latex2e && svn status *.html
 commitready: htmlsplit
 	$(htmlsplitstatus) | sed -n 's/^\!//p' | xargs -r svn rm



More information about the latexrefman-commits mailing list.