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:
RjY 2017-03-14 11:43:33 +00:00
parent c7054c408b
commit e94bcdd9ea
5 changed files with 3 additions and 3 deletions

2
dist/Makefile vendored
View file

@ -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:

View file

@ -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:

View file

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 195 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Before After
Before After