We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b15a8d5 commit 6ea56d6Copy full SHA for 6ea56d6
1 file changed
Makefile
@@ -60,7 +60,7 @@ compile: $(UI_FILES) $(RESOURCE_FILES)
60
# The deploy target only works on unix like operating system where
61
# the Python plugin directory is located at:
62
# $HOME/$(QGISDIR)/python/plugins
63
-deploy: compile doc transcompile
+deploy: compile transcompile
64
mkdir -p $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
65
cp -vf $(PY_FILES) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
66
cp -vfr $(UI_FILESD) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
0 commit comments