aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack33-gnome/files/patch-sys::unix::Makefile.doc
blob: 89653b31a76f42a6559dfffcb06a1dcfddf19098 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
*** sys/unix/Makefile.doc.orig  Fri Jan 14 12:49:48 2000
--- sys/unix/Makefile.doc   Sat Sep 23 01:16:22 2000
***************
*** 34,40 ****
  
  
  GAME  = nethack
! MANDIR    = /usr/man/man6
  MANEXT    = 6
  
  # manual installation for most BSD-style systems
--- 34,40 ----
  
  
  GAME  = nethack
! MANDIR    = ${PREFIX}/man/man
  MANEXT    = 6
  
  # manual installation for most BSD-style systems
***************
*** 51,61 ****
  # DLBMANCREATE = nroff -man dlb.6 >
  
  manpages:
!   -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT)
!   -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT)
!   -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT)
!   -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT)
!   -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT)
  
  # manual creation for distribution
  DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt
--- 51,61 ----
  # DLBMANCREATE = nroff -man dlb.6 >
  
  manpages:
!   -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT)
!   -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT)
!   -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT)
!   -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT)
!   -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT)
  
  # manual creation for distribution
  DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt