root/cpsskins/branches/paris-sprint-2006/Makefile

Revision 1455, 204 bytes (checked in by jmorliaguet, 3 years ago)

- added methods to customize / uncustomize formats

(functional view editor)

  • Property svn:eol-style set to native
Line 
1 .PHONY: i18n clean
2
3 all: i18n clean
4
5 i18n:
6         python2.4 ~/Zope3/utilities/i18nextract.py -d cpsskins -p ./ -o ./locales/
7
8 clean:
9         find . \( -name "*.pyc" -o -name "*.pyo" -o -name "*~" \) -exec rm -f {} \;
Note: See TracBrowser for help on using the browser.