Change snap makefile target to snappkg and cleanup whitespace

This commit is contained in:
Curtis Gedak 2019-04-02 09:45:01 -06:00
parent e60d2a16ea
commit 7f1671db0c

View file

@ -20,35 +20,35 @@ profile:
compile: compile:
cd manuskript && python3 setup.py build_ext --inplace cd manuskript && python3 setup.py build_ext --inplace
callgraph: callgraph:
cd manuskript; pycallgraph myoutput -- main.py cd manuskript; pycallgraph myoutput -- main.py
translation: translation:
pylupdate5 -noobsolete i18n/manuskript.pro pylupdate5 -noobsolete i18n/manuskript.pro
linguist: linguist:
linguist i18n/manuskript_fr.ts linguist i18n/manuskript_fr.ts
lrelease i18n/manuskript_fr.ts lrelease i18n/manuskript_fr.ts
i18n: $(QMs) i18n: $(QMs)
pyinstaller: pyinstaller:
python3 /usr/local/bin/pyinstaller manuskript.spec python3 /usr/local/bin/pyinstaller manuskript.spec
snap: snappkg:
snapcraft snap snapcraft snap
stats: stats:
python3 libs/gh-release-stats.py olivierkes manuskript -d python3 libs/gh-release-stats.py olivierkes manuskript -d
%_rc.py : %.qrc %_rc.py : %.qrc
pyrcc5 "$<" -o "$@" pyrcc5 "$<" -o "$@"
%.py : %.ui %.py : %.ui
# pyuic4 "$<" > "$@" # pyuic4 "$<" > "$@"
pyuic5 "$<" > "$@" pyuic5 "$<" > "$@"
%.qm: %.ts %.qm: %.ts
lrelease "$<" lrelease "$<"