mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-27 01:24:42 +00:00
Fix release targets.
This commit is contained in:
parent
7f30913bc8
commit
93a9589758
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -86,7 +86,7 @@ upload:
|
|||
|
||||
|
||||
.PHONY: release
|
||||
release: distclean releasecheck filescheck clean dist-stamp sign_distfiles upload
|
||||
release: distclean releasecheck clean dist-stamp filescheck sign_distfiles upload
|
||||
git tag v$(VERSION)
|
||||
@echo "Updating LinkChecker Homepage..."
|
||||
$(MAKE) -C doc man
|
||||
|
|
|
|||
Loading…
Reference in a new issue