Whats missing / whats different in the Adobe enscript emulation?
• Enscript’s option `-o’ has been changed. In enscript `-o’ lists missing characters. In GNU enscript `-o’ is an alias for `-p’ and missing characters are listed with an option `-O’. • Make install installs with teh current umask. I use 077 for root, which gives all the installed directories rwx——. No good for general use… Makefile is just doing what it was told. Change your umask for the installation time or override INSTALL_DATA and INSTALL_PROGRAM Makefile variables.