* gnus-vers.el (gnus-revision-number): Increment to 02.
[elisp/gnus.git-] / texi / ps / Makefile.in
index 7aa6e56..644ad50 100644 (file)
@@ -9,7 +9,7 @@ summary-article-c-ug.ps summary-article.ps summary-dummy.ps             \
 summary-empty.ps summary-none.ps summary-unthreaded.ps summary.ps
 
 HERDS_PS= gnus-herd-bw.ps gnus-herd-new.ps new-herd-1.ps               \
-new-herd-10.ps new-herd-2.ps new-herd-3.ps new-herd-4.ps new-herd-5.ps \
+ new-herd-2.ps new-herd-3.ps new-herd-4.ps new-herd-5.ps       \
 new-herd-6.ps new-herd-7.ps new-herd-8.ps new-herd-9.ps                        \
 new-herd-section.ps new-herd.ps new-herd2.ps
 
@@ -71,7 +71,7 @@ summary-article-c-ug.pdf summary-article.pdf summary-dummy.pdf                \
 summary-empty.pdf summary-none.pdf summary-unthreaded.pdf summary.pdf
 
 HERDS_PDF= gnus-herd-bw.pdf gnus-herd-new.pdf new-herd-1.pdf   \
-new-herd-10.pdf new-herd-2.pdf new-herd-3.pdf new-herd-4.pdf   \
+ new-herd-2.pdf new-herd-3.pdf new-herd-4.pdf  \
 new-herd-5.pdf new-herd-6.pdf new-herd-7.pdf new-herd-8.pdf    \
 new-herd-9.pdf new-herd-section.pdf new-herd.pdf new-herd2.pdf
 
@@ -148,23 +148,23 @@ distclean: clean
 
 install:
 
-new-herd-section.ps: $(srcdir)/../herds/new-herd-section.gif $(srcdir)/../herds/convol11.pnm
-       giftopnm $< | pnmscale 4 | pnmconvol $(srcdir)/../herds/convol11.pnm |\
+new-herd-section.ps: $(srcdir)/../herds/new-herd-section.png $(srcdir)/../herds/convol11.pnm
+       pngtopnm $< | pnmscale 4 | pnmconvol $(srcdir)/../herds/convol11.pnm |\
        ppmtopgm | pnmdepth 255 | \
        pnmtops -noturn -width 100 -height 100 > $@ || rm -f $@
 
-%.ps: $(srcdir)/../herds/%.gif $(srcdir)/../herds/convol5.pnm
-       giftopnm $< | pnmcrop -white | pnmmargin -white 9 | pnmscale 2 | \
+%.ps: $(srcdir)/../herds/%.png $(srcdir)/../herds/convol5.pnm
+       pngtopnm $< | pnmcrop -white | pnmmargin -white 9 | pnmscale 2 | \
        pnmconvol $(srcdir)/../herds/convol5.pnm  | ppmtopgm | \
        pnmdepth 255 | pnmtops -width 100 -height 100 -noturn > $@ || rm -f $@
 
 
-%.ps: $(srcdir)/../screen/%.gif
-       giftopnm $< | pnmmargin -black 1 | ppmtopgm | \
+%.ps: $(srcdir)/../screen/%.png
+       pngtopnm $< | pnmmargin -black 1 | ppmtopgm | \
        pnmtops -width 100 -height 100 -noturn > $@ || rm -f $@
 
-larsi.ps: $(srcdir)/../misc/larsi.gif
-       giftopnm $< | ppmtopgm | pnmtops -noturn > $@ || rm -f $@
+larsi.ps: $(srcdir)/../misc/larsi.png
+       pngtopnm $< | ppmtopgm | pnmtops -noturn > $@ || rm -f $@
 
 september.ps: $(srcdir)/../misc/eseptember.tif
        tifftopnm $< | pnmscale 4 | ppmtopgm | \
@@ -185,11 +185,11 @@ red.ps: $(srcdir)/../misc/ered.tif
 picons-%.ps: $(srcdir)/../picons/%.xbm
        xbmtopbm $< | pnmtops -noturn > $@ || rm -f $@
 
-picons-%.ps: $(srcdir)/../picons/%.gif
-       giftopnm $< | ppmtopgm | pnmtops -noturn > $@ || rm -f $@
+picons-%.ps: $(srcdir)/../picons/%.png
+       pngtopnm $< | ppmtopgm | pnmtops -noturn > $@ || rm -f $@
 
-xface-%.ps: $(srcdir)/../xface/%.gif
-       giftopnm $< | ppmtopgm | pnmtops -noturn > $@ || rm -f $@
+xface-%.ps: $(srcdir)/../xface/%.png
+       pngtopnm $< | ppmtopgm | pnmtops -noturn > $@ || rm -f $@
 
 %.ps: $(srcdir)/../smilies/%.tif
        tifftopnm $< | ppmtopgm | pnmtops > $@ || rm -f $@