mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 00:24:45 +00:00
clean and check doc/ dir
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3421 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
80228119a6
commit
9a1c1cf97f
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -25,6 +25,8 @@ clean:
|
|||
-$(PYTHON) setup.py clean --all
|
||||
rm -f sign-stamp release-stamp
|
||||
$(MAKE) -C po clean
|
||||
$(MAKE) -C doc clean
|
||||
$(MAKE) -C doc/en clean
|
||||
rm -f linkcheck/HtmlParser/htmlsax.so
|
||||
rm -f linkcheck/HtmlParser/*.output
|
||||
rm -f linkcheck/ftpparse/_ftpparse.so
|
||||
|
|
@ -93,7 +95,7 @@ upload:
|
|||
# @read
|
||||
|
||||
.PHONY: release
|
||||
release: releasecheck distclean dist-stamp sign_distfiles homepage upload
|
||||
release: distclean releasecheck dist-stamp sign_distfiles homepage upload
|
||||
@echo "Uploading new LinkChecker Homepage..."
|
||||
$(MAKE) -C ~/public_html/linkchecker.sf.net upload
|
||||
@echo "Register at Python Package Index..."
|
||||
|
|
@ -120,6 +122,7 @@ releasecheck: syntaxcheck
|
|||
@if egrep -i "xx\.|xxxx|\.xx" ChangeLog > /dev/null; then \
|
||||
echo "Could not release: edit ChangeLog release date"; false; \
|
||||
fi
|
||||
$(MAKE) -C doc/en test
|
||||
|
||||
.PHONY: sign_distfiles
|
||||
sign_distfiles:
|
||||
|
|
|
|||
Loading…
Reference in a new issue