diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2017-05-01 13:40:49 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-05-01 13:41:04 -0400 |
commit | 033fe5548bd82517b8a5cdb43c2d331066592297 (patch) | |
tree | 3cad6c8906b47d2e2d82c2700a62cd46762d4ad6 /Makefile | |
parent | 3428f42120bb35f9b46f19326d44497a55f8ccd4 (diff) | |
download | ansible-033fe5548bd82517b8a5cdb43c2d331066592297.tar.gz |
added epub entry for makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |