distclean
This commit is contained 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
|
||||
|
@@ -25,4 +25,7 @@ clean:
|
||||
(cd $$dir && $(MAKE) clean RM=$(RM)); \
|
||||
done
|
||||
|
||||
distclean: clean
|
||||
-$(RM) -f Makefile
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user