aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-10-30 08:33:19 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-10-30 08:33:19 +0000
commit9089f252b77cd9b37a5443eab520c95bcd134a10 (patch)
tree168d908ee0971c78425cbd593caa6c5817866b7c /scripts
parentTypo fix for USE_DICT (diff)
downloadw3m-9089f252b77cd9b37a5443eab520c95bcd134a10.tar.gz
w3m-9089f252b77cd9b37a5443eab520c95bcd134a10.zip
Add w3mdict.cgi to LIB_TARGETS
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index a37d792..3384813 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -34,7 +34,7 @@ CONF_DIR = $(sysconfdir)/$(PACKAGE)
DOCDIRS = @DOCDIRS@
AUXBIN_TARGETS = xface2xpm
-LIB_TARGETS = dirlist.cgi w3mhelp.cgi w3mmail.cgi
+LIB_TARGETS = dirlist.cgi w3mdict.cgi w3mhelp.cgi w3mmail.cgi
HELP_TARGETS = w3mhelp-funcname.pl w3mhelp-funcdesc-stamp
SUBDIRS = multipart w3mman
.PHONY: $(SUBDIRS)