aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 9b27ed8..e033312 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -28,6 +28,7 @@ HELP_DIR = $(datadir)/$(package)
RC_DIR = ~/.$(package)
ETC_DIR = $(sysconfdir)
CONF_DIR = $(sysconfdir)/$(package)
+DOCDIRS = @DOCDIRS@
AUXBIN_TARGETS = xface2xpm
LIB_TARGETS = dirlist.cgi w3mhelp.cgi w3mmail.cgi
@@ -110,4 +111,4 @@ distclean:
-for dir in multipart w3mman; \
do \
(cd $$dir && $(MAKE) distclean); \
- done \ No newline at end of file
+ done