Manifest for DMPSMU: DooM PostScript Maps Utility
=================================================

README		- Compulsory reading ;)
README.DOS	- Hints on using the package on DOS
Manifest	- This file
COPYING		- The GNU General Public License
Changes.Log	- Log of changes to the package
dmpsmu20.txt	- Short distribution blurb 

dmpsmu.1	- Manual pages for 'dmpsmu' utility
dmpsmu.man	- Formatted manual pages for 'dmpsmu'
dmpsmap.1	- Manual pages for 'dmpsmap' sidekick
dmpsmap.man	- Formatted manual pages for 'dmpsmap'

allmaps.sh	- Shell script to generate all DOOM maps
allmaps2.sh	- Shell script to generate all DOOM ][ maps
allstts.sh	- Shell script to list statistics of all DOOM maps
allstts2.sh	- Shell script to list statistics of all DOOM ][ maps
dmps2ul.sh	- Shell script to output part of double page DOOM map
dmps4qd.sh	- Shell script to output part of quadruple page DOOM map
mkman.sh	- Shell script to format manual pages

source/Makefile		- Unix Makefile for building both programs
source/dmps.h		- Main DMPSMU and DMPSMAP defines
source/dmunix.h		- Some UNIX specific things
source/dmpsmu.c		- Main program routines for interactive utility
source/dmpsmap.c	- Main program routines for command-line sidekick
source/wstructs.h	- WAD files data structures
source/wads.c		- WAD files routines
source/things.h		- Thing type and class definitions
source/things.c		- Thing class and size routines
source/levels.h		- Level data definitions
source/levels.c		- Level loading and saving routines
source/print.h		- Print flag definitions
source/print.c		- Print and Analyze routines
source/ps.c		- PostScript routines

