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

karl at gnu.org.ua karl at gnu.org.ua
Thu Mar 29 00:21:21 CEST 2018


Author: karl
Date: 2018-03-29 01:21:21 +0300 (Thu, 29 Mar 2018)
New Revision: 614

Modified:
   trunk/ChangeLog
   trunk/Makefile
Log:
rm dist file before remaking it

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2018-03-21 18:48:08 UTC (rev 613)
+++ trunk/ChangeLog	2018-03-28 22:21:21 UTC (rev 614)
@@ -1,3 +1,8 @@
+2018-03-28  Karl Berry  <karl at freefriends.org>
+
+	* Makefile (dist): rm zip file before remaking it;
+	unzip -l rather than -t for more useful info.
+
 2018-03-21  Jim Hefferon  <jhefferon at smcvt.edu>
 
 	* latex2e.texi (Graphics): Couple of typos, small rewordings.

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2018-03-21 18:48:08 UTC (rev 613)
+++ trunk/Makefile	2018-03-28 22:21:21 UTC (rev 614)
@@ -85,11 +85,12 @@
 #
 dist: en
 	mkdir latex2e-help-texinfo && cd latex2e-help-texinfo && ln -s ../* .
+	rm -f $(dist)
 	zip -q $(dist) \
 $(addprefix latex2e-help-texinfo/, $(txt_files) \
                           latex2e.texi common.texi $(en_mi_output) latex2e.pdf)
 	rm -rf latex2e-help-texinfo
-	@ls -l $(dist); unzip -t $(dist)
+	@ls -l $(dist); unzip -l $(dist)
 
 # A hacky spell check target.
 # Remove \commandnames to reduce exception list, but not {args} or



More information about the latexrefman-commits mailing list