- import print_function
- wrap buffer, which is required in py3 to read/write bytes (not
strings) from stdin/stdout, but missing in py2 (gives AttributeError)
- add bootstrap/Makefile to generate/cleanup bootstrap/doom2.wad
- call bootstrap/Makefile from main Makefile as appropriate
- delete bootstrap/doom2.wad, add bootstrap/.gitignore
A trivial program to regenerate the doom2.wad "blob", needed to
bootstrap deutex and prevent it from leaking material from any
existing iwad into a new build, as described in bootstrap/README.txt.
This should address bug #67 (Fabian Greffrath)