diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-08 08:59:16 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-08 08:59:16 +0100 |
commit | 064d9d756324b29e6d058d43647c6873d7ab52f8 (patch) | |
tree | c8503d9405ef4bff565feac8639cddb1aad6abcc /INSTALL | |
parent | add version and file refs to readme (diff) | |
download | scrotty-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-- | INSTALL | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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. + |