CVS general

CVS commit messages for debian-flyers debian-flyers-commits at lists.alioth.debian.org
Thu Apr 22 12:04:19 UTC 2010


Update of /cvsroot/debian-flyers/general
In directory alioth:/tmp/cvs-serv19147

Modified Files:
	Makefile 
Log Message:
Makefile: remove PDF files when cleaning

--- /cvsroot/debian-flyers/general/Makefile	2010/04/22 11:57:37	1.20
+++ /cvsroot/debian-flyers/general/Makefile	2010/04/22 12:04:16	1.21
@@ -121,11 +121,11 @@
 	scp $? alioth.debian.org:/org/alioth.debian.org/chroot/ftproot/pub/debian-flyers/
 
 clean:
-	-for I in ps eps dvi aux log jpg; do \
+	-for I in ps pdf eps dvi aux log jpg; do \
 		rm -f $(base)."$$I"; \
 		rm -f all."$$I"; \
 	done
-	-rm -f $(base)-*.ps *~
+	-rm -f $(base)-*.ps $(base)-*.pdf *~
 	-rm -f config.tex
 
 ChangeLog: NEWS




More information about the debian-flyers-commits mailing list