Skip to content

Commit 6ea56d6

Browse files
committed
Remove doc from deploy target
1 parent b15a8d5 commit 6ea56d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ compile: $(UI_FILES) $(RESOURCE_FILES)
6060
# The deploy target only works on unix like operating system where
6161
# the Python plugin directory is located at:
6262
# $HOME/$(QGISDIR)/python/plugins
63-
deploy: compile doc transcompile
63+
deploy: compile transcompile
6464
mkdir -p $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
6565
cp -vf $(PY_FILES) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
6666
cp -vfr $(UI_FILESD) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)

0 commit comments

Comments
 (0)