[latexrefman-commits] r307 - in /trunk: ChangeLog Makefile

vincent.b.1 at domain.hid vincent.b.1 at domain.hid
Mon Oct 20 09:55:37 CEST 2014


Author: vincentb1
Date: Mon Oct 20 09:55:36 2014
New Revision: 307

URL: http://svn.gna.org/viewcvs/latexrefman?rev=307&view=rev
Log:
	* Makefile: Add target `check' to compile each manual once with tex
	and once with makeinfo. This is faster than using target `all'.

Modified:
    trunk/ChangeLog
    trunk/Makefile

Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=307&r1=306&r2=307&view=diff
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Mon Oct 20 09:55:36 2014
@@ -1,3 +1,8 @@
+2014-10-20  Vincent Belaïche  <vincentb1 at domain.hid>
+
+	* Makefile: Add target `check' to compile each manual once with tex
+	and once with makeinfo. This is faster than using target `all'.
+
 2014-10-19  Vincent Belaïche  <vincentb1 at domain.hid>
 
 	* latex2e.texi (\setcounter): replace @var{\counter} by @var{counter}

Modified: trunk/Makefile
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/Makefile?rev=307&r1=306&r2=307&view=diff
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Mon Oct 20 09:55:36 2014
@@ -64,6 +64,11 @@
 realclean distclean: clean
 	rm -f $(all)
 
+check:=$(foreach man,$(manual) $(addprefix $(manual)-,$(other_languages)),$(man).info $(man).pdf)
+.PHONY: check
+check: $(check)
+
+
 dist = $(manual)-help-texinfo.zip
 .PHONY: dist
 dist: all





More information about the latexrefman-commits mailing list