diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-29 16:37:13 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-09-29 16:37:13 +0000 |
commit | 3c576cd0403bbd4076086e2cd18b5df8175009db (patch) | |
tree | e2cba17675a6bc672ce3d1a3aea74c99345e8a77 /Makefile.in | |
parent | Makefile.in (distclean): remove posubst (diff) | |
download | w3m-3c576cd0403bbd4076086e2cd18b5df8175009db.tar.gz w3m-3c576cd0403bbd4076086e2cd18b5df8175009db.zip |
distclean
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index c59225e..f9a0af6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -280,6 +280,10 @@ clean: sweep done distclean: clean + for subdir in po scripts; \ + do \ + (cd $$subdir && $(MAKE) distclean); \ + done -$(RM) config.cache config.log config.status -$(RM) w3mhelp-w3m_en.html w3mhelp-w3m_ja.html -$(RM) w3mhelp-lynx_en.html w3mhelp-lynx_ja.html |