Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierCLL committed Jun 18, 2024
1 parent c8c17b9 commit 81d7df0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ PY_FILES = \

UI_FILES =

EXTRAS = metadata.txt
EXTRAS = metadata.txt LICENSE README.md

EXTRA_DIRS = core utils gui ui icons
EXTRA_DIRS = core utils gui ui icons extlibs

COMPILED_RESOURCE_FILES = resources.py

Expand All @@ -59,8 +59,6 @@ PEP8EXCLUDE=pydev,resources.py,conf.py,third_party,ui
# Normally you would not need to edit below here
#################################################

HELP = README.md

PLUGIN_UPLOAD = python3 plugin_upload.py -u xaviercll

RESOURCE_SRC=$(shell grep '^ *<file' resources.qrc | sed 's@</file>@@g;s/.*>//g' | tr '\n' ' ')
Expand Down Expand Up @@ -109,7 +107,6 @@ deploy: compile doc transcompile
cp -vf $(COMPILED_RESOURCE_FILES) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
cp -vf $(EXTRAS) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
cp -vfr i18n $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)
cp -vfr $(HELP) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)/help
# Copy extra directories if any
cp -vfr $(EXTRA_DIRS) $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME)

Expand Down

0 comments on commit 81d7df0

Please sign in to comment.