Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
add ghp-pub target to Makefile re: #48
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gough committed Sep 4, 2015
1 parent c509ae8 commit 5c8b9aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ help:
@echo " linkcheck to check all external links for integrity"
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
@echo " coverage to run coverage check of the documentation (if enabled)"
@echo " ghp-pub to convert to markdown then integrate with the dss:gh-pages/apiguide"


ghp-pub:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
./html2md.sh
@echo "Build finished. Used pandoc to convert html to $(BUILDDIR)/md"

clean:
rm -rf $(BUILDDIR)/*
Expand Down

0 comments on commit 5c8b9aa

Please sign in to comment.