From 454323ae04eb775f6beeb451b5913cef4a1d49ff Mon Sep 17 00:00:00 2001 From: "Paul R. Tagliamonte" Date: Fri, 12 Apr 2013 23:46:28 -0400 Subject: [PATCH] removing site target --- Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 25a2517..e8651c8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,6 @@ all: @echo " Other targets:" @echo "" @echo " - docs" - @echo " - site" @echo " - full" @echo "" @echo " - dev (test & flake)" @@ -16,16 +15,13 @@ all: @echo " - r" @echo "" -site: - make -C site - docs: make -C docs html upload: r python setup.py sdist upload -full: d tox site docs +full: d tox docs venv: ifeq (,$(findstring hy,$(VIRTUAL_ENV))) @@ -45,7 +41,6 @@ tox: venv flake: flake8 hy - flake8 site clear: clear @@ -58,4 +53,4 @@ diff: r: d tox diff -.PHONY: site docs +.PHONY: docs