File: 20_hacks_man_section.patch

package info (click to toggle)
xscreensaver 6.09%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 63,848 kB
  • sloc: ansic: 503,539; xml: 10,207; makefile: 10,016; perl: 7,146; sh: 4,316; asm: 3,513; objc: 3,359
file content (36 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download | duplicates (3)
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
Description: Change man page section to 6x
 We use section 6x (games!) for the hacks, but put them in the
 man6 directory anyway.
Forwarded: not-needed
Author: Tormod Volden <debian.tormod@gmail.com>

Index: xscreensaver-git/hacks/Makefile.in
===================================================================
--- xscreensaver-git.orig/hacks/Makefile.in
+++ xscreensaver-git/hacks/Makefile.in
@@ -18,8 +18,8 @@ datarootdir	= @datarootdir@
 datadir		= @datadir@
 mandir		= @mandir@
 libexecdir	= @libexecdir@
-mansuffix	= 6
-manNdir		= $(mandir)/man$(mansuffix)
+mansuffix	= 6x
+manNdir		= $(mandir)/man6
 
 HACKDIR		= @HACKDIR@
 HACK_CONF_DIR	= @HACK_CONF_DIR@
Index: xscreensaver-git/hacks/glx/Makefile.in
===================================================================
--- xscreensaver-git.orig/hacks/glx/Makefile.in
+++ xscreensaver-git/hacks/glx/Makefile.in
@@ -18,8 +18,8 @@ datarootdir	= @datarootdir@
 datadir		= @datadir@
 mandir		= @mandir@
 libexecdir	= @libexecdir@
-mansuffix	= 6
-manNdir		= $(mandir)/man$(mansuffix)
+mansuffix	= 6x
+manNdir		= $(mandir)/man6
 
 HACKDIR		= @HACKDIR@
 HACK_CONF_DIR	= @HACK_CONF_DIR@