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

vincent.b.1 at domain.hid vincent.b.1 at domain.hid
Wed Aug 19 16:35:59 CEST 2015


Author: vincentb1
Date: Wed Aug 19 16:35:57 2015
New Revision: 407

URL: http://svn.gna.org/viewcvs/latexrefman?rev=407&view=rev
Log:
* Makefile (xref_suffixes): New variable usable for realclean target doing a *real* clean.

Modified:
    trunk/ChangeLog
    trunk/Makefile

Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=407&r1=406&r2=407&view=diff
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Wed Aug 19 16:35:57 2015
@@ -1,4 +1,6 @@
 2015-08-19  Vincent Belaïche  <vincent.belaiche at domain.hid>
+
+	* Makefile (xref_suffixes): New variable usable for realclean target doing a *real* clean.
 
 	* latex2e.texi (\oval): Reword 'portion' to 'half' and also add
 	optional arguments 'tr', 'br', 'bl' and 'tl'.

Modified: trunk/Makefile
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/Makefile?rev=407&r1=406&r2=407&view=diff
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Aug 19 16:35:57 2015
@@ -6,6 +6,9 @@
 es_tex_output = latex2e-es.dvi latex2e-es.pdf
 fr_tex_output = latex2e-fr.dvi latex2e-fr.pdf
 #
+xref_suffixes := ky cp vr fn cp pg tp toc aux
+xref_suffixes := $(xref_suffixes) $(addsuffix s,$(xref_suffixes))
+xref_suffixes := log $(xref_suffixes)
 mi_suffixes = dbk html info txt xml
 en_mi_output = $(addprefix latex2e., $(mi_suffixes))
 es_mi_output = $(addprefix latex2e-es., $(mi_suffixes))
@@ -72,7 +75,7 @@
 	rm -rf latex2e*.t2*
 
 realclean maintainer-clean: distclean
-	rm -f $(addprefix latex2e*., pdf dvi $(mi_suffixes))
+	rm -f $(addprefix latex2e*., pdf dvi $(mi_suffixes) $(xref_suffixes))
 
 
 # 
 dist.





More information about the latexrefman-commits mailing list