removing site target

This commit is contained in:
Paul R. Tagliamonte 2013-04-12 23:46:28 -04:00
parent eb30c5857e
commit 454323ae04

View File

@ -4,7 +4,6 @@ all:
@echo " Other targets:" @echo " Other targets:"
@echo "" @echo ""
@echo " - docs" @echo " - docs"
@echo " - site"
@echo " - full" @echo " - full"
@echo "" @echo ""
@echo " - dev (test & flake)" @echo " - dev (test & flake)"
@ -16,16 +15,13 @@ all:
@echo " - r" @echo " - r"
@echo "" @echo ""
site:
make -C site
docs: docs:
make -C docs html make -C docs html
upload: r upload: r
python setup.py sdist upload python setup.py sdist upload
full: d tox site docs full: d tox docs
venv: venv:
ifeq (,$(findstring hy,$(VIRTUAL_ENV))) ifeq (,$(findstring hy,$(VIRTUAL_ENV)))
@ -45,7 +41,6 @@ tox: venv
flake: flake:
flake8 hy flake8 hy
flake8 site
clear: clear:
clear clear
@ -58,4 +53,4 @@ diff:
r: d tox diff r: d tox diff
.PHONY: site docs .PHONY: docs