w3m

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

commit eef10171317c3449461377764ad1a8e6ecfede8e
parent 5aab858a157937edbeecf41c9e336f687c100f0d
Author: ukai <ukai>
Date:   Sun, 21 Mar 2004 16:40:41 +0000

* Makefile.in (distclean): distclean libwc

Diffstat:
MChangeLog | 4+---
MMakefile.in | 2+-
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -2,9 +2,7 @@ * main.c (main): DisplayCharset and DocumentCharset also follow locale configuration - -2004-03-22 Fumitoshi UKAI <ukai@debian.or.jp> - + * Makefile.in (distclean): distclean libwc * libwc/Makefile.in: add distclean * scripts/multipart/Makefile.in: add distclean * scripts/w3mman/Makefile.in: add distclean diff --git a/Makefile.in b/Makefile.in @@ -281,7 +281,7 @@ clean: sweep done distclean: clean - for subdir in po scripts w3mimg; \ + for subdir in po scripts w3mimg libwc; \ do \ (cd $$subdir && $(MAKE) distclean); \ done