aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
-rw-r--r--w3mimg/Makefile.in3
2 files changed, 7 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
diff --git a/w3mimg/Makefile.in b/w3mimg/Makefile.in
index 5681cce..5699e82 100644
--- a/w3mimg/Makefile.in
+++ b/w3mimg/Makefile.in
@@ -25,4 +25,7 @@ clean:
(cd $$dir && $(MAKE) clean RM=$(RM)); \
done
+distclean: clean
+ -$(RM) -f Makefile
+
#