aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--scripts/Makefile4
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 10df390..7c4d607 100644
--- 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
@@ -4541,4 +4547,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.498 2002/11/11 15:50:28 ukai Exp $
+$Id: ChangeLog,v 1.499 2002/11/12 12:18:29 ukai Exp $
diff --git a/scripts/Makefile b/scripts/Makefile
index 18d51e5..9770423 100644
--- 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