]> granicus.if.org Git - graphviz/commitdiff
Use Ryan's improved ps_to_png.sh
authorellson <devnull@localhost>
Sat, 4 Oct 2008 22:13:36 +0000 (22:13 +0000)
committerellson <devnull@localhost>
Sat, 4 Oct 2008 22:13:36 +0000 (22:13 +0000)
doc/info/sdlshapes.png [new file with mode: 0644]
doc/info/shapes.html
doc/infosrc/Makefile.old

diff --git a/doc/info/sdlshapes.png b/doc/info/sdlshapes.png
new file mode 100644 (file)
index 0000000..b30d13d
Binary files /dev/null and b/doc/info/sdlshapes.png differ
index 13a4d4516b0b0c08fd3be00bd3ea44c1c52c9adc..ccc645aa5445bae9ade1662b354afbf6a96ea67c 100644 (file)
@@ -828,6 +828,6 @@ COPYRIGHT AND PERMISSION NOTICE contained in the library file <tt>sdl.ps</tt>.
 <P>
 The table below
 gives the shape names and the corresponding node shapes.
-<IMG SRC=sdlshapes.jpg>
+<IMG SRC=sdlshapes.png>
 </BODY>
 </HTML>
index a85ca2ff616721224241ca672a1ffe77a081d498..b84abc5e781dca0c34e636aa466c0b59385f1e6e 100644 (file)
@@ -27,7 +27,7 @@ MGIF = constraint.gif record.gif html1.gif html2.gif fill.gif round.gif \
 
 MJPG = sdlshapes.jpg
 
-MPNG = sdlshapes.png
+MPNG = sdlshapes.png
 
 SGIF = Mcircle.gif Mdiamond.gif Msquare.gif box.gif \
       circle.gif diamond.gif doublecircle.gif \
@@ -115,7 +115,7 @@ shapes : shapelist mkshapes.sh
        ./mkshapes.sh
        touch shapes
  
-shapes.html : shapes shapes.1 mkshhtml.sh shapes.2 html.html shapes.3 record.gif record2.gif sdlshapes.jpg
+shapes.html : shapes shapes.1 mkshhtml.sh shapes.2 html.html shapes.3 record.gif record2.gif sdlshapes.png
        cat shapes.1 > shapes.html
        ./mkshhtml.sh >> shapes.html
        cat shapes.2 >> shapes.html
@@ -156,11 +156,12 @@ clean :
 
 distclean : clean
        rm -f attrs.html colors.html output.html shapes.html lang.html arrows.html
-       rm -f $(A2GIF) $(AGIF) $(SGIF) $(MJPG) $(MGIF) shapes
+       rm -f $(A2GIF) $(AGIF) $(SGIF) $(MJPG) $(MGIF) $(MPNG) shapes
        (for s in $$(cat shapelist); do rm -f $$s.gif; done)
 
 EXTRA_DIST = $(XGIF) mklang.y mkarrows.sh mkattrs.sh mkshapes.sh \
-             mktypes.sh mkarrowtbl.sh mkoutput.sh mkshhtml.sh ps_to_jpg.sh \
+             mktypes.sh mkarrowtbl.sh mkoutput.sh mkshhtml.sh \
+            ps_to_jpg.sh ps_to_png.sh \
              arrow_grammar grammar html_grammar shapelist attrs.1 colors.1 \
              brewerlist colors.n output.1 html.1 html.2 html1.dot html.3 \
              shapes.1 shapes.2 shapes.3 lang.1 lang.2 arrows.1 arrows.2 \