mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 01:54:42 +00:00
move stamp cleaning to clean target
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1669 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
edf276e452
commit
97d88be689
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -22,6 +22,7 @@ all:
|
|||
clean:
|
||||
# ignore errors of this command
|
||||
-$(PYTHON) setup.py clean --all
|
||||
rm -f sign-stamp release-stamp
|
||||
$(MAKE) -C po clean
|
||||
rm -f linkcheck/HtmlParser/htmlsax.so
|
||||
rm -f linkcheck/HtmlParser/*.output
|
||||
|
|
@ -31,7 +32,6 @@ distclean: clean cleandeb
|
|||
# just to be sure clean also the build dir
|
||||
rm -rf dist build
|
||||
rm -f _$(PACKAGE)_configdata.py MANIFEST Packages.gz
|
||||
rm -f sign-stamp release-stamp
|
||||
# clean aborted dist builds and -out files
|
||||
rm -f $(PACKAGE)-out* $(PACKAGE).prof $(PACKAGE)-md5sums.txt
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue