graphics: Eliminate symlinks for titlepic images.

Copy these into the parent directory to avoid the need for symlinks.
More progress towards #202.
This commit is contained in:
Simon Howard 2015-12-24 11:51:02 +01:00
parent 78b25d0f22
commit a8fe8e19e3
5 changed files with 5 additions and 3 deletions

2
graphics/.gitignore vendored
View file

@ -1,3 +1,5 @@
# Copied from titlepic/ -
???title.gif
# Copied from text/ -
wilv??.gif
cwilv??.gif

View file

@ -1 +0,0 @@
titlepic/fd1title.gif

View file

@ -1 +0,0 @@
titlepic/fd2title.gif

View file

@ -1 +0,0 @@
titlepic/fdmtitle.gif

View file

@ -8,12 +8,15 @@ m_dm.gif: ../m_dm.gif
fd1title.gif: titlepic.gif m_doom.gif
./create_caption titlepic.gif m_doom.gif "Phase 1" $@
cp $@ ../
fd2title.gif: titlepic.gif m_doom.gif
./create_caption titlepic.gif m_doom.gif "Phase 2" $@
cp $@ ../
fdmtitle.gif: ../captainw/fdmtitle.gif
./create_caption ../captainw/fdmtitle.gif $@
cp $@ ../
clean:
rm -f m_dm.gif m_doom.gif fd1title.gif fd2title.gif fdmtitle.gif