diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-10-30 08:33:19 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-10-30 08:33:19 +0000 |
commit | 9089f252b77cd9b37a5443eab520c95bcd134a10 (patch) | |
tree | 168d908ee0971c78425cbd593caa6c5817866b7c /scripts | |
parent | Typo fix for USE_DICT (diff) | |
download | w3m-9089f252b77cd9b37a5443eab520c95bcd134a10.tar.gz w3m-9089f252b77cd9b37a5443eab520c95bcd134a10.zip |
Add w3mdict.cgi to LIB_TARGETS
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.in | 2 |
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) |