Indefero

Indefero Commit Details


Date:2011-02-22 07:26:09 (13 years 9 months ago)
Author:William MARTIN
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:c2207452bdf3bbca2ad1d118aa52ceca5c506733
Parents: a28604ae4f3852b0b336758463a788f520d7c238
Message:Update the POT generation in Makefile Really delete the older POT file to avoid merge with old entry

Changes:

File differences

.gitignore
88
99
1010
11
indefero-*.zip
src/IDF/conf/path.php
.tx/config
src/IDF/locale/idf.pot.bak
Makefile
4242
4343
4444
45
45
46
47
48
4649
4750
4851
.PHONY: pot-update po-update
pot-update:
# Backup pot file
cd src; cp -f IDF/locale/idf.pot IDF/locale/idf.pot.bak
@if [ -e src/IDF/locale/idf.pot ]; then \
mv -f src/IDF/locale/idf.pot src/IDF/locale/idf.pot.bak; \
fi
touch src/IDF/locale/idf.pot;
# Extract string
@cd src; php $(PLUF_PATH)/extracttemplates.php IDF/conf/idf.php IDF/gettexttemplates
@cd src; for phpfile in `find . -iname "*.php"`; do \

Archive Download the corresponding diff file

Page rendered in 0.08799s using 13 queries.