projects
/
tiramisu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
a57e89c
604cb03
)
Merge branch 'master' of git://git.labs.libre-entreprise.org/tiramisu
author
Philippe Caseiro
<pcaseiro@cadoles.com>
Tue, 23 Apr 2013 14:30:45 +0000
(16:30 +0200)
committer
Philippe Caseiro
<pcaseiro@cadoles.com>
Tue, 23 Apr 2013 14:30:45 +0000
(16:30 +0200)
1
2
Makefile
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
Makefile
index
ecefe19
,
f115d8c
..
25c8db1
---
1
/
Makefile
---
2
/
Makefile
+++ b/
Makefile
@@@
-44,19
-21,11
+44,19
@@@
all
clean:
$(RM) -r build
$(RM) -r tiramisu.egg-info/
+ $(RM) -r $(TRADUC_DIR)/*/*.mo
- test: clean
-
py.test
+
#
test: clean
+
#
py.test
-install:
+build-lang:
+ $(call build_translation, $(TRADUC_DIR))
+
+install-lang: build-lang
+ $(INSTALL_DIR) $(TRADUC_DEST)
+ $(call install_translation, $(TRADUC_DIR))
+
+install: install-lang
python setup.py install --no-compile $(PYTHON_OPTS)
# List in .PHONY to force generation at each call