Update Makefile and footer

This commit is contained in:
Dan Bader
2018-07-25 16:51:25 -07:00
parent 89f78160d1
commit 4b16a1eba7
3 changed files with 15 additions and 2 deletions
+3
View File
@@ -181,3 +181,6 @@ pseudoxml:
$(SPHINXBUILD) -b pseudoxml $(ALLSPHINXOPTS) $(BUILDDIR)/pseudoxml
@echo
@echo "Build finished. The pseudo-XML files are in $(BUILDDIR)/pseudoxml."
serve:
cd $(BUILDDIR)/dirhtml && python3 -m http.server 8005