Indefero

Indefero Commit Details


Date:2011-02-22 09:25:33 (13 years 9 months ago)
Author:Thomas Keller
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:f8b49c805a0cb6222af6acb0a28f8e44fad4831b
Parents: 7ac254169cbbebaaf456f46d5b87e8d63ca559ba
Message:-e is needed for bash's echo (and probably others as well)

Changes:

File differences

Makefile
2727
2828
2929
30
30
3131
32
33
34
35
36
37
32
33
34
35
36
37
3838
3939
4040
all help:
@echo "Rules for generate tarball :"
@for b in `git branch | sed "s/^. //g"`; do \
echo "\t"$$b"_tarball - Generate a zip archive of the "$$b" branch."; \
echo -e "\t"$$b"_tarball - Generate a zip archive of the "$$b" branch."; \
done
@echo "\nRules for internationnalization :";
@echo "\tpot-update - Update the POT file from HTML template and PHP source, then merge it with PO file"
@echo "\tpot-push - Send the POT file on transifex server"
@echo "\tpo-update - Merge POT file into PO file. POT is not regenerated."
@echo "\tpo-push - Send the all PO file on transifex server"
@echo "\tpo-pull - Get all PO file from transifex server"
@echo -e "\nRules for internationnalization :";
@echo -e "\tpot-update - Update the POT file from HTML template and PHP source, then merge it with PO file"
@echo -e "\tpot-push - Send the POT file on transifex server"
@echo -e "\tpo-update - Merge POT file into PO file. POT is not regenerated."
@echo -e "\tpo-push - Send the all PO file on transifex server"
@echo -e "\tpo-pull - Get all PO file from transifex server"
#
# Internationnalization rule, POT & PO file manipulation

Archive Download the corresponding diff file

Page rendered in 0.07620s using 13 queries.