Indefero

Indefero Commit Details


Date:2011-10-30 18:46:12 (13 years 1 month ago)
Author:Thomas Keller
Branch:develop, feature.wiki-default-page, release-1.2, release-1.3
Commit:b949b7e83ada93c6bf2c96807e2ceadffdb082cc
Parents: ad7fad9fbe66ff41d9422d6c91828959c65b35ff
Message:Properly quote paths.

Changes:

File differences

Makefile
6262
6363
6464
65
65
6666
6767
6868
69
69
7070
7171
7272
......
7676
7777
7878
79
79
8080
8181
8282
......
144144
145145
146146
147
147
148148
149149
150
150
fi
touch src/IDF/locale/idf.pot;
# Extract string
@cd src; php $(PLUF_PATH)/extracttemplates.php IDF/conf/idf.php IDF/gettexttemplates
@cd src; php "$(PLUF_PATH)/extracttemplates.php" IDF/conf/idf.php IDF/gettexttemplates
@cd src; for phpfile in `find . -iname "*.php"`; do \
printf "Parsing file : "$$phpfile"\n"; \
xgettext -o idf.pot -p ./IDF/locale/ --from-code=UTF-8 -j \
--keyword --keyword=__ --keyword=_n:1,2 -L PHP $$phpfile ; \
--keyword --keyword=__ --keyword=_n:1,2 -L PHP "$$phpfile" ; \
done
#Remove tmp folder
rm -Rf src/IDF/gettexttemplates
po-update: pluf_path
@for pofile in `ls src/IDF/locale/*/idf.po`; do \
printf "Updating file : "$$pofile"\n"; \
msgmerge -v -U $$pofile src/IDF/locale/idf.pot; \
msgmerge -v -U "$$pofile" src/IDF/locale/idf.pot; \
printf "\n"; \
done
--pretty=format:%h`.zip
db-install:
@cd src && php $(PLUF_PATH)/migrate.php --conf=IDF/conf/idf.php -a -d -i
@cd src && php "$(PLUF_PATH)/migrate.php" --conf=IDF/conf/idf.php -a -d -i
db-update:
@cd src && php $(PLUF_PATH)/migrate.php --conf=IDF/conf/idf.php -a -d
@cd src && php "$(PLUF_PATH)/migrate.php" --conf=IDF/conf/idf.php -a -d

Archive Download the corresponding diff file

Page rendered in 0.08316s using 13 queries.