Installation_Guide/Makefile

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Tue Aug 14 01:49:02 CEST 2012


 Installation_Guide/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a39563d878d9b94505b31613a856b7569d44f28d
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Tue Aug 14 00:48:50 2012 +0100

    Correct path in Makefile

diff --git a/Installation_Guide/Makefile b/Installation_Guide/Makefile
index ed8594c..413fb72 100644
--- a/Installation_Guide/Makefile
+++ b/Installation_Guide/Makefile
@@ -7,7 +7,7 @@ all: clean clean_ids update-language
 		sed -r -i -e "s/^condition:.*/condition: $$audience/g" publican.cfg; \
 		sed -r -i -e "s/^docname:.*/docname: $$(echo $${audience:0:1} | tr '[:lower:]' '[:upper:]')$${audience:1}_$(PACKAGE)/g" publican.cfg; \
 		publican build --embedtoc --publish --langs=all --formats=html,html-single,pdf; \
-		for lang in $$(ls -d *-*/); do \
+		for lang in $$(ls -d *-*); do \
 			publican install_book --site_config=../site.cfg --lang=$$lang; \
 		done; \
 	done





More information about the commits mailing list