--- ./sys/unix/Makefile.doc.org Mon Jan 11 13:02:31 1993 +++ ./sys/unix/Makefile.doc Tue Mar 28 01:55:25 1995 @@ -21,14 +21,14 @@ GAME = nethack -MANDIR = /usr/man/man6 -MANEXT = 6 +MANDIR = /usr/local/man/man6 +MANEXT = 6.gz # manual installation for most BSD-style systems -GAMEMANCREATE = cp nethack.6 -LEVMANCREATE = cp lev_comp.6 -DGNMANCREATE = cp dgn_comp.6 -RCVRMANCREATE = cp recover.6 +GAMEMANCREATE = gzip -c nethack.6 > +LEVMANCREATE = gzip -c lev_comp.6 > +DGNMANCREATE = gzip -c dgn_comp.6 > +RCVRMANCREATE = gzip -c recover.6 > # manual installation for most SYSV-style systems # GAMEMANCREATE = nroff -man nethack.6 > # LEVMANCREATE = nroff -man lev_comp.6 > @@ -36,6 +36,7 @@ # RCVRMANCREATE = nroff -man recover.6 > manpages: + -mkdir $(MANDIR) -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT) -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT) -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT)