X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=0ae032261c9a58bf7f8d4d72fe3d43d810605b25;hb=83faedadff76c5bdca036f39f13943f63b27e164;hp=d659d908e45aad561638d8f7617b30b3ed51c35a;hpb=4e58d2edf79bb90b52e7235e4239b1e462bdd9aa;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index d659d908..0ae03226 100644 --- a/Makefile +++ b/Makefile @@ -203,7 +203,6 @@ htmldoc: find doc/html/ -type f -exec chmod a-x '{}' \; rm -r venv - ### Generate Shaarli's translation compiled file (.mo) translate: - @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \; \ No newline at end of file + @find inc/languages/ -name shaarli.po -execdir msgfmt shaarli.po -o shaarli.mo \;