File: 02-remove-guidebook-manpage.patch

package info (click to toggle)
glhack 1.2-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,744 kB
  • sloc: ansic: 208,571; cpp: 13,139; yacc: 2,005; makefile: 1,152; lex: 377; sh: 121; awk: 89; sed: 11
file content (18 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Stefan Ritter <xeno@thehappy.de>
Subject: We're using the .txt variant instead of a broken manpage

---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/Makefile
+++ b/Makefile
@@ -108,7 +108,7 @@
 manpages:
 	cp doc/glhack.6 $(MANDIR)/man6
 	cp doc/glhackrc.5 $(MANDIR)/man5
-	cp doc/nethack-guidebook.6 $(MANDIR)/man6
+	# cp doc/nethack-guidebook.6 $(MANDIR)/man6
 	( cd doc ; $(MAKE) manpages )
 
 data: $(GAME)