aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-08 08:59:16 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-08 08:59:16 +0100
commit064d9d756324b29e6d058d43647c6873d7ab52f8 (patch)
treec8503d9405ef4bff565feac8639cddb1aad6abcc /INSTALL
parentadd version and file refs to readme (diff)
downloadscrotty-064d9d756324b29e6d058d43647c6873d7ab52f8.tar.gz
scrotty-064d9d756324b29e6d058d43647c6873d7ab52f8.tar.bz2
scrotty-064d9d756324b29e6d058d43647c6873d7ab52f8.tar.xz
minor text fixes + add swedish translation of the man page
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 10 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index ce0e1df..6a7c319 100644
--- a/INSTALL
+++ b/INSTALL
@@ -50,6 +50,11 @@ You can also chose to restrict the locales to install:
make all LOCALES=sv
make install LOCALES=sv DESTDIR="pkg"
+You can select which translations of the man page you want to
+install too:
+
+ make install MAN_LOCALES=sv DESTDIR="pkg"
+
────────────────────────────────────────────────────────────────────────────────
CUSTOMISED COMPILATION
@@ -95,7 +100,7 @@ to install. This rules are available:
│ pdf │ install-pdf │ Include PDF manual. (Texinfo) │
│ ps │ install-ps │ Include PostScript manual. (Texinfo) │
│ html │ install-html │ Include multifile HTML manual. (Texinfo) │
-│ │ install-man │ Include man page. │
+│ │ install-man │ Include man pages. │
│ locale │ install-locale │ Include locales. │
└─────────────┴─────────────────────┴────────────────────────────────────────────┘
@@ -103,3 +108,7 @@ install, install-everything, install-base, and install-cmd, have alternatives
that installs a stripped binary: install-strip, install-everything-strip,
install-base-strip, and install-cmd-strip, respectively.
+The untranslated man page is installed via the rule install-man-untranslated.
+Additional translations are installed via the rule install-man-locale, which
+installes the locales listed in MAN_LOCALES.
+