mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 13:25:46 -04:00
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:
parent
78b25d0f22
commit
a8fe8e19e3
5 changed files with 5 additions and 3 deletions
2
graphics/.gitignore
vendored
2
graphics/.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
# Copied from titlepic/ -
|
||||
???title.gif
|
||||
# Copied from text/ -
|
||||
wilv??.gif
|
||||
cwilv??.gif
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
titlepic/fd1title.gif
|
|
@ -1 +0,0 @@
|
|||
titlepic/fd2title.gif
|
|
@ -1 +0,0 @@
|
|||
titlepic/fdmtitle.gif
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue