diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-04-01 22:14:50 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-04-01 22:30:39 +0000 |
commit | f5757e1a17a400f84bd6fedb0f8e2fea794ce1b5 (patch) | |
tree | 83bfa5209bf2e1710c591b9c31b284a29fc5350b /configure.ac | |
parent | Update manpage footers to w3m 0.5.3 (diff) | |
download | w3m-f5757e1a17a400f84bd6fedb0f8e2fea794ce1b5.tar.gz w3m-f5757e1a17a400f84bd6fedb0f8e2fea794ce1b5.zip |
Support German translated help messages (translation is in progress)
Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765682
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7308fc6..3332251 100644 --- a/configure.ac +++ b/configure.ac @@ -172,7 +172,7 @@ AC_SUBST(RC_DIR) RC_DIR="~/.$PACKAGE" AC_DEFINE(RC_DIR, "$RC_DIR") AC_SUBST(DOCDIRS) -DOCDIRS="doc:en_English doc-jp:ja_Japanese" +DOCDIRS="doc:en_English doc-jp:ja_Japanese doc-de:de_German" AC_DEFINE_UNQUOTED(DOCDIRS, "$DOCDIRS") AC_W3M_VERSION |