tiles: bad pixels in Croesus and Yeenoghu tiles
FreeBSD: incorrect srandom declaration
unix: don't autosave if hangup occurs after game is over
+linux: add example use of nroff on recent Linux distros
General New Features
PSCMD = groff
# Use the "cat" GUIDECMD if nroff and/or tbl and/or col are not installed
+# Not appropriate for creating Guidebook.txt.
# GUIDECMD = cat Guidebook.txt
+# The following works better with groff-1.18, eg on Linux
+# GUIDECMD = tbl tmac.n Guidebook.mn | nroff -c -Tascii | $(COLCMD)
GUIDECMD = tbl tmac.n Guidebook.mn | nroff | $(COLCMD)
# the basic guidebook
@echo "Plain text documentation is up to date."
Guidebook.txt : Guidebook.mn tmac.n
- tbl tmac.n Guidebook.mn | nroff | $(COLCMD) > Guidebook.txt
+ $(GUIDECMD) > Guidebook.txt
nethack.txt : nethack.6
nroff -man nethack.6 | $(COLCMD) > nethack.txt
lev_comp.txt : lev_comp.6