mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -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
|
@ -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