Makefile: remove .wad.gz target

This is probably not something that anybody uses... either "make dist"
or custom scripts outside of the Makefile to generate Zip files are
often used.
This commit is contained in:
Mike Swanson 2014-10-05 03:53:15 -07:00
parent a4fd8f8fb7
commit c6ee65a064

View file

@ -68,12 +68,6 @@ wadinfo_phase2.txt: buildcfg.txt subdirs lumps/freedoom.lmp
wadinfo_freedm.txt : buildcfg.txt subdirs lumps/freedoom.lmp lumps/freedm.lmp wadinfo_freedm.txt : buildcfg.txt subdirs lumps/freedoom.lmp lumps/freedm.lmp
$(CPP) -P -DFREEDM < $< | scripts/wadinfo-builder.py -dummy > $@ $(CPP) -P -DFREEDM < $< | scripts/wadinfo-builder.py -dummy > $@
%.wad.gz: %.wad
gzip < $< > $@
chmod o-r $<
md5sum $<.gz > $<.md5sum
rm -f $<
# deutex doesnt allow redirects for the filenames in the texture # deutex doesnt allow redirects for the filenames in the texture
# entries, so we have to change the texture1 symlink to point # entries, so we have to change the texture1 symlink to point
# to whichever wad we are working on # to whichever wad we are working on