diff options
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 |