From 7f1671db0c29be5b92f61c71d512c8d90a9bec8a Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Tue, 2 Apr 2019 09:45:01 -0600 Subject: [PATCH] Change snap makefile target to snappkg and cleanup whitespace --- makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/makefile b/makefile index 88ddf87..1c619d7 100644 --- a/makefile +++ b/makefile @@ -20,35 +20,35 @@ profile: compile: cd manuskript && python3 setup.py build_ext --inplace - + callgraph: cd manuskript; pycallgraph myoutput -- main.py translation: pylupdate5 -noobsolete i18n/manuskript.pro - + linguist: linguist i18n/manuskript_fr.ts lrelease i18n/manuskript_fr.ts - + i18n: $(QMs) pyinstaller: python3 /usr/local/bin/pyinstaller manuskript.spec -snap: +snappkg: snapcraft snap stats: python3 libs/gh-release-stats.py olivierkes manuskript -d %_rc.py : %.qrc - pyrcc5 "$<" -o "$@" + pyrcc5 "$<" -o "$@" %.py : %.ui -# pyuic4 "$<" > "$@" - pyuic5 "$<" > "$@" - +# pyuic4 "$<" > "$@" + pyuic5 "$<" > "$@" + %.qm: %.ts lrelease "$<"