w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 785e723158c981cf304b76faab7125f75380eea0
parent 026053a6e1e0cdbaf71c19de3f025bbcc99f0f26
Author: ukai <ukai>
Date:   Tue, 12 Nov 2002 12:18:29 +0000

[w3m-dev 03411] do AUXBIN_TARGETS
* scripts/Makefile (all): add AUXBIN_TARGETS
		(clean): add AUXBIN_TARGETS
From: Yuji Abe <cbo46560@pop12.odn.ne.jp>

Diffstat:
MChangeLog | 6++++++
Mscripts/Makefile | 4++--
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,9 @@ +2002-11-12 Yuji Abe <cbo46560@pop12.odn.ne.jp> + + * [w3m-dev 03411] do AUXBIN_TARGETS + * scripts/Makefile (all): add AUXBIN_TARGETS + (clean): add AUXBIN_TARGETS + 2002-11-12 AIDA Shinra <aida-s@jcom.home.ne.jp> * [w3m-dev 03408] edit From in w3mail.cgi diff --git a/scripts/Makefile b/scripts/Makefile @@ -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