CVS general

debian-flyers-devel@lists.alioth.debian.org debian-flyers-devel@lists.alioth.debian.org
Thu, 05 May 2005 21:22:40 +0000


Update of /cvsroot/debian-flyers/general
In directory haydn:/tmp/cvs-serv26275

Modified Files:
	Makefile 
Log Message:
better colors in .png file; make it easy to peek at CVS log

--- /cvsroot/debian-flyers/general/Makefile	2005/04/13 15:57:59	1.15
+++ /cvsroot/debian-flyers/general/Makefile	2005/05/05 21:22:39	1.16
@@ -56,7 +56,8 @@
 	# mogrify -rotate -90 $(base).jpg
 
 $(base).png: $(base).ps
-	gs -dBATCH -dNOPAUSE -sDEVICE=png16 -sPAPERSIZE=a4 -sOutputFile=$(base).png $(base).ps
+	gs -dBATCH -dNOPAUSE -sDEVICE=png256 -sPAPERSIZE=a4 -sOutputFile=$(base).png $(base).ps
+	# gs -dBATCH -dNOPAUSE -sDEVICE=png16 -sPAPERSIZE=a4 -sOutputFile=$(base).png $(base).ps
 	# mogrify -rotate -90 $(base).png
 
 300dpi: $(base).dvi
@@ -116,3 +117,7 @@
 	-rm -f $(base).{ps,eps,dvi,aux,log,jpg} *~
 	-rm -f all.{ps,eps,dvi,aux,log,jpg}
 	-rm -f $(base)-*.ps
+
+ChangeLog: NEWS
+	cvs2cl --accum --prune
+