Mercurial > mxd2map
comparison doku/Makefile @ 231:656da3f693b8
Adding a directory-index to the documentation
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Thu, 28 Jul 2011 16:30:22 +0200 |
parents | f13f51627f07 |
children | 4dc2b9aa3c57 |
comparison
equal
deleted
inserted
replaced
228:1cfb92731f48 | 231:656da3f693b8 |
---|---|
134 @echo "Testing of doctests in the sources finished, look at the " \ | 134 @echo "Testing of doctests in the sources finished, look at the " \ |
135 "results in $(BUILDDIR)/doctest/output.txt." | 135 "results in $(BUILDDIR)/doctest/output.txt." |
136 | 136 |
137 online: html | 137 online: html |
138 rm -rf $(WEBSITE) && mkdir -p $(WEBSITE) && cp -r build/html/* $(WEBSITE) | 138 rm -rf $(WEBSITE) && mkdir -p $(WEBSITE) && cp -r build/html/* $(WEBSITE) |
139 echo "DirectoryIndex index.html" >> $(WEBSITE)/.htaccess |