Generate different titlepics for freedoom and freedm.

This commit is contained in:
Simon Howard 2006-06-04 15:33:28 +00:00
parent 585765b393
commit 868ab15f43
7 changed files with 20 additions and 8 deletions

1
graphics/dmttl.ppm Symbolic link
View file

@ -0,0 +1 @@
titlepic/freedm.ppm

1
graphics/doomttl.ppm Symbolic link
View file

@ -0,0 +1 @@
titlepic/freedoom.ppm

View file

@ -1 +0,0 @@
titlepic/output.ppm

View file

@ -1,3 +1,8 @@
titlepic:
./create_caption
# pnmtopng < output.ppm > output.png
titlepic: freedoom.ppm freedm.ppm
freedoom.ppm: base.ppm
./create_caption Freedoom $@
freedm.ppm: base.ppm
./create_caption FreeDM $@

View file

@ -5,12 +5,12 @@ DATE=`date +%Y/%m/%d`
convert -fill white -font Helvetica-Bold \
-pointsize 30 \
-gravity north \
-draw "text 0,30 Freedoom" \
-draw "text 0,30 $1" \
-pointsize 11 \
-gravity southwest \
-draw "text 5,5 'http://freedoom.sourceforge.net/'" \
-gravity southeast \
-draw "text 10,25 'Version: $VERSION'" \
-draw "text 10,5 '$DATE'" \
base.ppm output.ppm
base.ppm $2