aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d659d908..0ae03226 100644
--- a/Makefile
+++ b/Makefile
@@ -203,7 +203,6 @@ htmldoc:
203 find doc/html/ -type f -exec chmod a-x '{}' \; 203 find doc/html/ -type f -exec chmod a-x '{}' \;
204 rm -r venv 204 rm -r venv
205 205
206
207### Generate Shaarli's translation compiled file (.mo) 206### Generate Shaarli's translation compiled file (.mo)
208translate: 207translate:
209 @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \; \ No newline at end of file 208 @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \;