summaryrefslogtreecommitdiff
path: root/japanese/nethack/files/patch-ad
blob: 12052c86c16a3b75cda7d210f5b641fc29cec01c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- ./sys/unix/Makefile.doc.org	Mon Jan 11 13:02:31 1993
+++ ./sys/unix/Makefile.doc	Sat Dec 10 00:14:52 1994
@@ -21,7 +21,7 @@
 
 
 GAME	= nethack
-MANDIR	= /usr/man/man6
+MANDIR	= /usr/local/man/man6
 MANEXT	= 6
 
 # manual installation for most BSD-style systems
@@ -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)