File: manpages_language

package info (click to toggle)
procps 2%3A4.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,516 kB
  • sloc: ansic: 29,803; sh: 5,203; makefile: 549; exp: 538; sed: 16
file content (53 lines) | stat: -rw-r--r-- 1,272 bytes parent folder | download
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
45
46
47
48
49
50
51
52
53
Description: Install non-english manpages
 A bug in the Makefile means the english manpages get installed everywhere
Author: Werner Fink <werner@suse.de>
Origin: SuSE
Applied-Upstream: 4.0.3
Reviewed-by: Craig Small <csmall@debian.org>
Last-Update: 2022-12-06
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/po-man/Makefile.am
+++ b/po-man/Makefile.am
@@ -73,8 +73,7 @@
 	    done; \
 	    $(MAKE) -C .. install-man \
 	            mandir="$(mandir)/$$lang" \
-		    man_MANS="" \
-		    src_MANS="$$files"; \
+		    dist_man_MANS="$$files"; \
 	done
 
 uninstall-local:
@@ -89,8 +88,7 @@
 		done; \
 		$(MAKE) -C .. uninstall-man \
 			mandir="$(mandir)/$$lang" \
-			man_MANS="" \
-			src_MANS="$$files"; \
+			dist_man_MANS="$$files"; \
 	done
 
 dist-hook: man.stamp
--- a/po-man/Makefile.in
+++ b/po-man/Makefile.in
@@ -542,8 +542,7 @@
 	    done; \
 	    $(MAKE) -C .. install-man \
 	            mandir="$(mandir)/$$lang" \
-		    man_MANS="" \
-		    src_MANS="$$files"; \
+		    dist_man_MANS="$$files"; \
 	done
 
 uninstall-local:
@@ -558,8 +557,7 @@
 		done; \
 		$(MAKE) -C .. uninstall-man \
 			mandir="$(mandir)/$$lang" \
-			man_MANS="" \
-			src_MANS="$$files"; \
+			dist_man_MANS="$$files"; \
 	done
 
 dist-hook: man.stamp