mirror of
https://github.com/freedoom/freedoom.git
synced 2025-08-29 14:16:55 -04:00
graphics/titlepic: remove author subdirectory
- move captainw/* into titlepic (rename fdmtitle to freedm_titlepic) - fix file paths in dist/Makefile, graphics/titlepic/Makefile
This commit is contained in:
parent
c7054c408b
commit
e94bcdd9ea
5 changed files with 3 additions and 3 deletions
2
dist/Makefile
vendored
2
dist/Makefile
vendored
|
@ -3,7 +3,7 @@ man-%: freedoom.adoc
|
||||||
a2x -f manpage $*.adoc
|
a2x -f manpage $*.adoc
|
||||||
|
|
||||||
icon-freedm:
|
icon-freedm:
|
||||||
convert -resize 64x64 ../graphics/captainw/freedm_title2.png \
|
convert -resize 64x64 ../graphics/titlepic/freedm_title2.png \
|
||||||
freedm.png
|
freedm.png
|
||||||
|
|
||||||
icon-freedoom1:
|
icon-freedoom1:
|
||||||
|
|
|
@ -14,8 +14,8 @@ fd2title.gif: titlepic.gif m_doom.gif
|
||||||
./create_caption titlepic.gif m_doom.gif "Phase 2" $@
|
./create_caption titlepic.gif m_doom.gif "Phase 2" $@
|
||||||
cp $@ ../
|
cp $@ ../
|
||||||
|
|
||||||
fdmtitle.gif: ../captainw/fdmtitle.gif
|
fdmtitle.gif: freedm_titlepic.gif
|
||||||
./create_caption ../captainw/fdmtitle.gif $@
|
./create_caption $< $@
|
||||||
cp $@ ../
|
cp $@ ../
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Before Width: | Height: | Size: 195 KiB After Width: | Height: | Size: 195 KiB |
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Loading…
Add table
Add a link
Reference in a new issue