diff options
Diffstat (limited to 'Release_Notes/Makefile')
-rw-r--r-- | Release_Notes/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Release_Notes/Makefile b/Release_Notes/Makefile index 4acee2c..74963a1 100644 --- a/Release_Notes/Makefile +++ b/Release_Notes/Makefile @@ -2,6 +2,8 @@ PACKAGE = "Release_Notes" all: clean clean_ids @publican build --langs=en-US --formats=html,html-single,pdf + +upload: all @rsync -aHvz tmp/en-US/{html,html-single,pdf} hosted.kolabsys.com:./public_html/kolab-2.3-docs/$(PACKAGE)/ clean: |