From 5550834eae424ac5cfa223b75bdb281fa8b9478f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Mon, 23 Dec 2013 20:31:42 +0100 Subject: Normalize docs to docs/ (Closes #5). Also normalize the package layout. Thanks @jdowner-gb & tleach for the report. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ccf1e7..22e50d8 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ coverage: coverage html "--include=$(PACKAGE_DIR)/*.py,tests/*.py" doc: - $(MAKE) -C doc html + $(MAKE) -C docs html .PHONY: all default clean coverage doc test -- cgit v1.2.1