Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Kerfoot - local account committed May 2, 2017
1 parent 4b87166 commit 97f4ee3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ PYUIC=$(PYTHON) $(QTDIR)/uic/pyuic.py

#--------------------------------------------------------------------------------------

.PHONY: clean clean_gen header all ui renderer pyxlibs resource distfile appfile package tutorialfile
.PHONY: clean clean_gen header all ui renderer pyxlibs resource distfile tutorialfile

all: header ui renderer pyxlibs

Expand Down Expand Up @@ -153,10 +153,6 @@ endif
clean_gen:
rm -rf $(patsubst %.ui,%.py,$(wildcard $(UI)/*.ui $(PLUGINS)/*.ui))

epydoc:
-mkdir ./docs/epydoc
PYTHONPATH=./EidolonLibs/python/epydoc-3.0.1-py2.7.egg $(PYTHON) -c 'from epydoc.cli import cli;cli()' $(SRC)/* --graph=all -o ./docs/epydoc

header:
@echo "---------------------------------"
@echo " Eidolon Makefile Variables "
Expand Down

0 comments on commit 97f4ee3

Please sign in to comment.