aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-04-01 22:14:50 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-04-01 22:30:39 +0000
commitf5757e1a17a400f84bd6fedb0f8e2fea794ce1b5 (patch)
tree83bfa5209bf2e1710c591b9c31b284a29fc5350b /scripts/Makefile.in
parentUpdate manpage footers to w3m 0.5.3 (diff)
downloadw3m-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 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 4da9ce5..a37d792 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -60,7 +60,7 @@ w3mhelp-funcname.pl: w3mhelp-funcname.pl.in ../funcname.tab $(top_srcdir)/doc/ke
@cat $(srcdir)/w3mhelp-funcname.pl.in >> w3mhelp-funcname.pl
@echo "done"
-w3mhelp-funcdesc-stamp: $(top_srcdir)/doc/README.func $(top_srcdir)/doc-jp/README.func w3mhelp-funcdesc.en.pl.in w3mhelp-funcdesc.ja.pl.in
+w3mhelp-funcdesc-stamp: $(top_srcdir)/doc/README.func $(top_srcdir)/doc-jp/README.func $(top_srcdir)/doc-de/README.func w3mhelp-funcdesc.en.pl.in w3mhelp-funcdesc.ja.pl.in w3mhelp-funcdesc.de.pl.in
@echo "generating w3mhelp-funcdesc*.pl..."
@for dirlang in $(DOCDIRS); do \
dir=`expr "$$dirlang" : "\(.*\):.*"`; \