File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ UI_FILES = uifiles/ui_maxp.py uifiles/ui_about.py
4141
4242RESOURCE_FILES = resources_rc.py
4343
44- HELP = help/build/html
45-
4644default : compile
4745
4846compile : $(UI_FILES ) $(RESOURCE_FILES )
@@ -56,7 +54,7 @@ compile: $(UI_FILES) $(RESOURCE_FILES)
5654% .qm : % .ts
5755 lrelease $<
5856
59- # The deploy target only works on unix like operating system where
57+ # The deploy target only works on unix like operating system where
6058# the Python plugin directory is located at:
6159# $HOME/$(QGISDIR)/python/plugins
6260deploy : compile doc transcompile
@@ -66,7 +64,6 @@ deploy: compile doc transcompile
6664 cp -vf $(RESOURCE_FILES ) $(HOME ) /$(QGISDIR ) /python/plugins/$(PLUGINNAME )
6765 cp -vf $(EXTRAS ) $(HOME ) /$(QGISDIR ) /python/plugins/$(PLUGINNAME )
6866 cp -vfr i18n $(HOME ) /$(QGISDIR ) /python/plugins/$(PLUGINNAME )
69- cp -vfr $(HELP ) $(HOME ) /$(QGISDIR ) /python/plugins/$(PLUGINNAME ) /help
7067
7168# The dclean target removes compiled python files from plugin directory
7269# also delets any .svn entry
@@ -114,6 +111,3 @@ transclean:
114111clean :
115112 rm $(UI_FILES ) $(RESOURCE_FILES )
116113
117- # build documentation with sphinx
118- doc :
119- cd help ; make html
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments