[w3m-dev 03411] do AUXBIN_TARGETS

* scripts/Makefile (all): add AUXBIN_TARGETS
		(clean): add AUXBIN_TARGETS
From: Yuji Abe <cbo46560@pop12.odn.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2002-11-12 12:18:29 +00:00
parent 7e6c94ea23
commit 2741efbe2c
2 changed files with 9 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ DOCDIRS = doc:en_English doc-jp:ja_Japanese
.SUFFIXES: .in
all: $(LIB_TARGETS) $(HELP_TARGETS)
all: $(LIB_TARGETS) $(AUXBIN_TARGETS) $(HELP_TARGETS)
.in:
@echo "generating $@..."
@@ -89,4 +89,4 @@ uninstall:
done
clean:
-rm -f $(LIB_TARGETS) $(HELP_TARGETS) w3mhelp-*.pl
-rm -f $(LIB_TARGETS) $(AUXBIN_TARGETS) $(HELP_TARGETS) w3mhelp-*.pl