diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-13 14:46:13 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-13 14:46:13 (GMT) |
commit | 085e20852105813e6888e218017fcc45d5134c6a (patch) | |
tree | 52060dc0c94b9f4ca7c085d191627f8b74625ade /Testing_Reference/Makefile | |
parent | 3018b5c78a9a8b82a5eebbf9e934bd6c7c5eec64 (diff) | |
download | kolab-docs-085e20852105813e6888e218017fcc45d5134c6a.tar.gz |
Make translation updates be pushed and pulled automatically
Diffstat (limited to 'Testing_Reference/Makefile')
-rw-r--r-- | Testing_Reference/Makefile | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/Testing_Reference/Makefile b/Testing_Reference/Makefile index 1e3b7fc..6b2c9de 100644 --- a/Testing_Reference/Makefile +++ b/Testing_Reference/Makefile @@ -1,25 +1,3 @@ PACKAGE = "Testing_Reference" -all: clean clean_ids - @publican update_pot - @publican update_po --langs=all - @publican build --embedtoc --publish --langs=all --formats=html,html-single,pdf - @for lang in $$(ls -d *-*/); do \ - publican install_book --site_config=../site.cfg --lang=$$lang; \ - done - -clean: - @publican clean - -clean_ids: - @cp -a ../Common_Content/en-US/*.xml en-US/. - @publican clean_ids - @sed -i -r \ - -e 's/\t/ /g' \ - -e 's/((\s{4})+)\s*/\1/g' \ - -e 's/\s*$$//g' \ - `find en-US/ -type f -name "*.xml"` - -add-language: - @publican update_pot - @publican update_po --langs=$(LANGUAGE) +include ../Makefile.common |