[w3m-dev 02473] clean & install-scripts

From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2001-11-21 09:42:23 +00:00
parent 83b20bee29
commit 16eaebf290
7 changed files with 36 additions and 536 deletions

View File

@@ -17,9 +17,13 @@ all: $(LIB_TARGETS)
.in:
sed 's%@PERL@%$(PERL)%' $< > $@
chmod +x $@
install: $(LIB_TARGETS)
for file in $(LIB_TARGETS); \
do \
$(INSTALL_SCRIPT) $$file $(DISTDIR)$(LIB_DIR); \
done
clean:
rm -f $(LIB_TARGETS)