Switch 'make public' from using html to dirhtml

This commit is contained in:
Stein Magnus Jodal 2010-02-07 13:40:38 +01:00
parent 1aeec4e75c
commit 9542223f35

View File

@ -87,8 +87,8 @@ doctest:
@echo "Testing of doctests in the sources finished, look at the " \ @echo "Testing of doctests in the sources finished, look at the " \
"results in _build/doctest/output.txt." "results in _build/doctest/output.txt."
public: clean html public: clean dirhtml
rm -rf /tmp/mopidy-html && cp -r _build/html /tmp/mopidy-html rm -rf /tmp/mopidy-html && cp -r _build/dirhtml /tmp/mopidy-html
git stash save git stash save
cd .. && \ cd .. && \
git checkout gh-pages && \ git checkout gh-pages && \