mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 16:44:43 +00:00
Remove old cert target
This commit is contained in:
parent
1733c6a6f2
commit
14409b0776
1 changed files with 2 additions and 7 deletions
9
Makefile
9
Makefile
|
|
@ -195,7 +195,7 @@ filescheck: localbuild
|
|||
update-copyright:
|
||||
update-copyright --holder="Bastian Kleineidam" $(PY_FILES_DIRS)
|
||||
|
||||
releasecheck: check update-certificates
|
||||
releasecheck: check
|
||||
@if egrep -i "xx\.|xxxx|\.xx" doc/changelog.txt > /dev/null; then \
|
||||
echo "Could not release: edit doc/changelog.txt release date"; false; \
|
||||
fi
|
||||
|
|
@ -253,12 +253,7 @@ count:
|
|||
ide:
|
||||
eclipse -data $(CURDIR)/..
|
||||
|
||||
update-certificates: config/ca-certificates.crt
|
||||
|
||||
config/ca-certificates.crt: /etc/ssl/certs/ca-certificates.crt
|
||||
cp $< $@
|
||||
|
||||
.PHONY: test changelog gui count pyflakes ide login upload all clean distclean
|
||||
.PHONY: pep8 cleandeb locale localbuild deb diff dnsdiff sign
|
||||
.PHONY: filescheck update-copyright releasecheck check register announce
|
||||
.PHONY: chmod dist app rpm release homepage update-certificates
|
||||
.PHONY: chmod dist app rpm release homepage
|
||||
|
|
|
|||
Loading…
Reference in a new issue