diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-03-11 14:37:58 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-03-11 14:37:58 (GMT) |
commit | 834aace42d3a452a8f34437fa776154e3036e1e3 (patch) | |
tree | 523fdad53912d32c5e44f051ddf302e7df7bc45a /Testing_Reference/Makefile | |
parent | 6e19989dd26bff83452c5a2a783d41d5c612ef37 (diff) | |
download | kolab-docs-834aace42d3a452a8f34437fa776154e3036e1e3.tar.gz |
Update the makefiles to no longer test for whether a repository is clean or not
Diffstat (limited to 'Testing_Reference/Makefile')
-rw-r--r-- | Testing_Reference/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Testing_Reference/Makefile b/Testing_Reference/Makefile index ea3439c..350c507 100644 --- a/Testing_Reference/Makefile +++ b/Testing_Reference/Makefile @@ -1,13 +1,8 @@ PACKAGE = "Testing_Reference" all: clean clean_ids - @if [ -z "`git status . 2>&1 | grep \"working directory clean\"`" ]; then \ - publican build --embedtoc --publish --langs=all --formats=html,html-single,pdf; \ - publican install_book --site_config=../site.cfg --lang=en-US; \ - fi - -upload: all - @rsync -aHvz publish/en-US/ hosted.kolabsys.com:./public_html/kolab-docs/ + publican build --embedtoc --publish --langs=all --formats=html,html-single,pdf + publican install_book --site_config=../site.cfg --lang=en-US clean: @publican clean |