summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2017-05-01 13:40:49 -0400
committerBrian Coca <brian.coca+git@gmail.com>2017-05-01 13:41:04 -0400
commit033fe5548bd82517b8a5cdb43c2d331066592297 (patch)
tree3cad6c8906b47d2e2d82c2700a62cd46762d4ad6 /Makefile
parent3428f42120bb35f9b46f19326d44497a55f8ccd4 (diff)
downloadansible-033fe5548bd82517b8a5cdb43c2d331066592297.tar.gz
added epub entry for makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dce32463ed..4f52dc8af1 100644
--- a/Makefile
+++ b/Makefile
@@ -297,8 +297,10 @@ deb-src-upload: deb-src
$(DPUT_BIN) $(DPUT_OPTS) $(DEB_PPA) deb-build/$${DIST}/$(NAME)_$(VERSION)-$(DEB_RELEASE)~$${DIST}_source.changes ; \
done
-# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
+epub:
+ (cd docs/docsite/; CPUS=$(CPUS) make epub)
+# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
webdocs:
(cd docs/docsite/; CPUS=$(CPUS) make docs)