Do not remove w3mdict.cgi when "make distclean"
This commit is contained in:
@@ -34,7 +34,7 @@ CONF_DIR = $(sysconfdir)/$(PACKAGE)
|
|||||||
DOCDIRS = @DOCDIRS@
|
DOCDIRS = @DOCDIRS@
|
||||||
|
|
||||||
AUXBIN_TARGETS = xface2xpm
|
AUXBIN_TARGETS = xface2xpm
|
||||||
LIB_TARGETS = dirlist.cgi w3mdict.cgi w3mhelp.cgi w3mmail.cgi
|
LIB_TARGETS = dirlist.cgi w3mhelp.cgi w3mmail.cgi
|
||||||
HELP_TARGETS = w3mhelp-funcname.pl w3mhelp-funcdesc-stamp
|
HELP_TARGETS = w3mhelp-funcname.pl w3mhelp-funcdesc-stamp
|
||||||
SUBDIRS = multipart w3mman
|
SUBDIRS = multipart w3mman
|
||||||
.PHONY: $(SUBDIRS)
|
.PHONY: $(SUBDIRS)
|
||||||
@@ -87,7 +87,7 @@ install: $(LIB_TARGETS) $(HELP_TARGETS)
|
|||||||
do \
|
do \
|
||||||
$(INSTALL_SCRIPT) $$file $(DESTDIR)$(AUXBIN_DIR); \
|
$(INSTALL_SCRIPT) $$file $(DESTDIR)$(AUXBIN_DIR); \
|
||||||
done
|
done
|
||||||
for file in $(LIB_TARGETS); \
|
for file in w3mdict.cgi $(LIB_TARGETS); \
|
||||||
do \
|
do \
|
||||||
$(INSTALL_SCRIPT) $$file $(DESTDIR)$(CGIBIN_DIR); \
|
$(INSTALL_SCRIPT) $$file $(DESTDIR)$(CGIBIN_DIR); \
|
||||||
done
|
done
|
||||||
@@ -105,7 +105,7 @@ uninstall:
|
|||||||
do \
|
do \
|
||||||
rm -f $(AUXBIN_DIR)/$$file; \
|
rm -f $(AUXBIN_DIR)/$$file; \
|
||||||
done
|
done
|
||||||
-for file in $(LIB_TARGETS); \
|
-for file in w3mdict.cgi $(LIB_TARGETS); \
|
||||||
do \
|
do \
|
||||||
rm -f $(LIB_DIR)/$$file; \
|
rm -f $(LIB_DIR)/$$file; \
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user