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:
calvin 2008-03-19 10:22:04 +00:00
parent 370bd058ea
commit 0e6c1494c9

View file

@ -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 {} \;