Made all paths "pretty url's" including gettingstarted.

Upstream-commit: 90fb5dc962650567f9872ecd17bae380b0355f72
Component: engine
This commit is contained in:
Thatcher Peskens
2013-03-27 17:01:50 -07:00
parent 33c9b9eb1f
commit c092632cc7
4 changed files with 15 additions and 15 deletions

View File

@ -47,7 +47,7 @@ docs:
-rm -rf $(BUILDDIR)/*
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/html
cp sources/index.html $(BUILDDIR)/html/
cp sources/gettingstarted.html $(BUILDDIR)/html/
cp -r sources/gettingstarted $(BUILDDIR)/html/
cp sources/dotcloud.yml $(BUILDDIR)/html/
cp sources/CNAME $(BUILDDIR)/html/
cp sources/.nojekyll $(BUILDDIR)/html/