File: 0012-add-pt.patch

package info (click to toggle)
cups 2.4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,508 kB
  • sloc: ansic: 159,544; cpp: 8,606; sh: 5,478; makefile: 2,770; php: 17; python: 10
file content (36 lines) | stat: -rw-r--r-- 740 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
From: Thorsten Alteholz <debian@alteholz.de>
Date: Sun, 26 Feb 2023 19:07:47 +0100
Subject: add pt

---
 man/Makefile    | 2 +-
 man/pt/Makefile | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)
 create mode 100644 man/pt/Makefile

diff --git a/man/Makefile b/man/Makefile
index 35d1fc2..d5a2fbd 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -64,7 +64,7 @@ MAN8	=	cupsaccept.8 \
 		lpmove.8 \
 		lpc.8
 
-LANGUAGES=de fr
+LANGUAGES=de fr pt
 
 #
 # Make everything...
diff --git a/man/pt/Makefile b/man/pt/Makefile
new file mode 100644
index 0000000..e043451
--- /dev/null
+++ b/man/pt/Makefile
@@ -0,0 +1,7 @@
+#
+#   Man page makefile for the Common UNIX Printing System (CUPS).
+#
+
+LANGUAGE=pt
+
+include ../Makefile.l10n