From 97f4ee335802e3609faa9a85acf0d08abd02fbbc Mon Sep 17 00:00:00 2001 From: Eric Kerfoot - local account Date: Tue, 2 May 2017 15:07:00 +0100 Subject: [PATCH] Updates --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index d3968e29..ef024a59 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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 "