blob: fc0ae57fac94f38432045551de27eaebf9970b60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/Makefile b/Makefile
index 89c1f85..6283b1f 100644
--- a/Makefile
+++ b/Makefile
@@ -128,7 +128,7 @@ check-po:
#-----------------------------------------------------------------------
# Release
-install: install-mo install-bin
+install: install-bin
install-mo: mo
test -d $(LOCALEDIR) || mkdir -p $(LOCALEDIR); \
|