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

vincentb1 at gnu.org.ua vincentb1 at gnu.org.ua
Wed Aug 9 18:39:23 CEST 2017


Author: vincentb1
Date: 2017-08-09 19:39:22 +0300 (Wed, 09 Aug 2017)
New Revision: 587

Modified:
   trunk/ChangeLog
   trunk/Makefile.1
Log:
Add common.texi to the list of deliverables.

* Makefile.1: Add common.texi to the list of files to be zipped
into distribution.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2017-08-09 11:06:21 UTC (rev 586)
+++ trunk/ChangeLog	2017-08-09 16:39:22 UTC (rev 587)
@@ -1,3 +1,8 @@
+2017-08-09  Vincent Belaïche  <vincentb1 at users.sourceforge.net>
+
+	* Makefile.1: Add common.texi to the list of files to be zipped
+	into distribution.
+
 2017-08-09  Jim Hefferon  <jhefferon at smcvt.edu>
 
 	* latex2e.texi: (\@startsection) Added defaults for book, article,

Modified: trunk/Makefile.1
===================================================================
--- trunk/Makefile.1	2017-08-09 11:06:21 UTC (rev 586)
+++ trunk/Makefile.1	2017-08-09 16:39:22 UTC (rev 587)
@@ -238,7 +238,9 @@
 #  dist for CTAN.  Also update NEWS
 # 
 define txt_files
-ChangeLog Makefile.1 $(subst -$(default_language),,NEWS-$(1) README-$(1)) ltx-help.el
+ChangeLog Makefile.1 common.texi \
+$(addsuffix $(subst -$(default_language),,-$(1)),NEWS README) \
+ltx-help.el
 endef
 
 define dist_output



More information about the latexrefman-commits mailing list