summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-04-15 17:50:38 -0400
committerSimo Sorce <simo@redhat.com>2015-04-16 09:28:41 -0400
commitf77b0158f87a13efc1d315b1bcb58cccf4406e88 (patch)
tree8bd77bce8e045cadd788a29033d193e51d4e2dc0 /Makefile
parent974837af648f2fbc80f3468e7a90fca7d11f8e29 (diff)
downloadcustodia-f77b0158f87a13efc1d315b1bcb58cccf4406e88.tar.gz
custodia-f77b0158f87a13efc1d315b1bcb58cccf4406e88.tar.xz
custodia-f77b0158f87a13efc1d315b1bcb58cccf4406e88.zip
Add skeleton docs dir
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f5709a..b6b23ef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: lint pep8 test
+all: lint pep8 test docs
echo "All tests passed"
lint:
@@ -24,3 +24,9 @@ cscope:
test:
rm -f .coverage
nosetests -s
+
+DOCS_DIR = docs
+.PHONY: docs
+
+docs:
+ $(MAKE) -C $(DOCS_DIR) html