summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-09-29 01:20:17 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-09-29 12:04:52 +0100
commit76876bd5a95c3ce1ff6ccf3f633a6cce6fa4e5b2 (patch)
treeefd42bee373804d903b37c7e9317407c4425ff9d /Makefile
parent53d499e549e6eec5e319965cf2df1368120f2bca (diff)
i18n: Source-level framework: call setlocale, provide __ and ___
This is the general plumbing for looking up translated messages - the consumer-side. No actual messages are flagged for translation yet. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 934ead1..3215fec 100644
--- a/Makefile
+++ b/Makefile
@@ -45,14 +45,18 @@ MAN7PAGES=dgit.7 \
dgit-sponsorship.7
TXTDOCS=README.dsc-import
-PERLMODULES=Debian/Dgit.pm Debian/Dgit/ExitStatus.pm
+PERLMODULES= \
+ Debian/Dgit.pm \
+ Debian/Dgit/ExitStatus.pm \
+ Debian/Dgit/I18n.pm
ABSURDITIES=git
GDR_PROGRAMS=git-debrebase
GDR_PERLMODULES= \
Debian/Dgit.pm \
Debian/Dgit/GDR.pm \
- Debian/Dgit/ExitStatus.pm
+ Debian/Dgit/ExitStatus.pm \
+ Debian/Dgit/I18n.pm
GDR_MAN1PAGES=git-debrebase.1
GDR_MAN5PAGES=git-debrebase.5