mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-04 21:04:41 +00:00
Use existing clean target for HTML parser
Use the existing clean target in linkcheck/HtmlParser/Makefile to clean those files up instead of duplicating those lines in ./Makefile. git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3679 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
370bd058ea
commit
0e6c1494c9
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -22,8 +22,7 @@ clean:
|
|||
$(MAKE) -C po clean
|
||||
$(MAKE) -C doc clean
|
||||
$(MAKE) -C doc/en clean
|
||||
rm -f linkcheck/HtmlParser/htmlsax.so
|
||||
rm -f linkcheck/HtmlParser/*.output
|
||||
$(MAKE) -C linkcheck/HtmlParser clean
|
||||
rm -f linkcheck/ftpparse/_ftpparse.so
|
||||
find . -name '*.py[co]' -exec rm -f {} \;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue