diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-02-18 13:24:01 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-02-18 13:24:01 (GMT) |
commit | 0d0c538e3924ed6ac9f5ca6778685a14a04c45ad (patch) | |
tree | 36534776d4836a119a1b9f89d71235aa871a4390 /Deployment_Guide/Makefile | |
parent | 6b521edc1f63a888138ad816977082079731f07b (diff) | |
download | kolab-docs-0d0c538e3924ed6ac9f5ca6778685a14a04c45ad.tar.gz |
Create different make targets for all formats and languages versus uploading the content
Diffstat (limited to 'Deployment_Guide/Makefile')
-rw-r--r-- | Deployment_Guide/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Deployment_Guide/Makefile b/Deployment_Guide/Makefile index 1ec237d..4e3c7d0 100644 --- a/Deployment_Guide/Makefile +++ b/Deployment_Guide/Makefile @@ -2,6 +2,8 @@ PACKAGE = "Deployment_Guide" 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: |