Add update-comics.

This commit is contained in:
Bastian Kleineidam 2013-07-10 18:43:30 +02:00
parent 909e7c582a
commit 3ada0bd6b0

View file

@ -103,7 +103,6 @@ check:
py-tabdaddy
py-unittest2-compat tests/
$(MAKE) doccheck
$(MAKE) pyflakes
doccheck:
py-check-docstrings --force \
@ -156,6 +155,12 @@ update-copyright:
# modified file.
update-copyright --holder="$(MAINTAINER)"
update-comics:
# update all scripted comic plugins (takes ca. one hour on my computer)
scripts/generate_json.sh
scripts/update_plugins.sh
changelog:
# github-changelog is a local tool which parses the changelog and automatically
# closes issues mentioned in the changelog entries.