mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 19:25:46 -04:00
Convert extract-pnames script to Python.
This commit is contained in:
parent
5abf2dccfe
commit
c9e8446050
2 changed files with 36 additions and 33 deletions
8
Makefile
8
Makefile
|
@ -69,13 +69,13 @@ textures/shareware/texture1.txt: textures/combined.txt
|
|||
$(CPP) -DSHAREWARE < $< > $@
|
||||
|
||||
textures/shareware/pnames.txt: textures/shareware/texture1.txt
|
||||
./extract-pnames.pl < $< > $@
|
||||
./extract-pnames.py < $< > $@
|
||||
textures/doom/pnames.txt: textures/doom/texture1.txt
|
||||
./extract-pnames.pl -a > $@
|
||||
./extract-pnames.py -a > $@
|
||||
textures/doom2/pnames.txt: textures/doom2/texture1.txt
|
||||
./extract-pnames.pl -a > $@
|
||||
./extract-pnames.py -a > $@
|
||||
textures/freedm/pnames.txt: textures/freedm/texture1.txt
|
||||
./extract-pnames.pl -a > $@
|
||||
./extract-pnames.py -a > $@
|
||||
|
||||
# update wadinfo.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue