[PATCH] remove config.tex when cleaning

Luca Capello luca at pca.it
Tue Mar 23 12:36:22 UTC 2010


Hi there!

Please Cc: me, I'm not subscribed to the list.

`make clean`, once will have been fixed for the bashisms (see my
previous post [1]), leaves a single file not present in the CVS
repository, specifically config.tex:
=====
luca at gismo:~/src/OpenExpo_Bern_debian.ch_flyers/general$ make
[...]

luca at gismo:~/src/OpenExpo_Bern_debian.ch_flyers/general$ patch -p0 \
  /home/luca/debian-flyers_remove-bashisms-in-Makefile_20080528-gismo.diff
patching file Makefile

luca at gismo:~/src/OpenExpo_Bern_debian.ch_flyers/general$ make clean
for I in ps eps dvi aux log jpg; do \
                rm -f flyer."$I"; \
                rm -f all."$I"; \
        done
rm -f flyer-*.ps *~

luca at gismo:~/src/OpenExpo_Bern_debian.ch_flyers/general$ cvs diff --brief
? config.tex
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /cvsroot/debian-flyers/general/Makefile,v
retrieving revision 1.18
diff --brief -r1.18 Makefile
Files /tmp/cvslBES3c and Makefile differ
cvs diff: Diffing sponsors

luca at gismo:~/src/OpenExpo_Bern_debian.ch_flyers/general$
=====

The solution is quite trivial, on top of my previous patch:

--8<---------------cut here---------------start------------->8---
--- Makefile.bashisms	2010-03-23 13:34:09.000000000 +0100
+++ Makefile	2010-03-23 13:34:19.000000000 +0100
@@ -126,6 +126,7 @@
 		rm -f all."$$I"; \
 	done
 	-rm -f $(base)-*.ps *~
+	-rm -f config.tex
 
 ChangeLog: NEWS
 	cvs2cl --accum --prune
--8<---------------cut here---------------end--------------->8---

Thx, bye,
Gismo / Luca

Footnotes: 
[1] http://lists.alioth.debian.org/pipermail/debian-flyers-devel/2010-March/000296.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-flyers-devel/attachments/20100323/91472cff/attachment.pgp>


More information about the debian-flyers-devel mailing list