cfg.mk: add 'maintainer-upload-website' target
This commit is contained in:
parent
9e91dbd4aa
commit
82aab6244b
5
cfg.mk
5
cfg.mk
@ -6,3 +6,8 @@ gpg_key_ID := 99089D72
|
|||||||
today := $(date "+%Y-%m-%d")
|
today := $(date "+%Y-%m-%d")
|
||||||
TAR_OPTIONS += --mtime=$(today)
|
TAR_OPTIONS += --mtime=$(today)
|
||||||
old_NEWS_hash := c038031744d765d91e18bb4119f69fe0
|
old_NEWS_hash := c038031744d765d91e18bb4119f69fe0
|
||||||
|
|
||||||
|
.PHONY: maintainer-upload-website
|
||||||
|
|
||||||
|
maintainer-upload-website::
|
||||||
|
rsync -vaP doc/*.html doc/*.css web.sourceforge.net:/home/project-web/petidomo/htdocs/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user