Switch 'make public' from using html to dirhtml
This commit is contained in:
parent
1aeec4e75c
commit
9542223f35
@ -87,8 +87,8 @@ doctest:
|
||||
@echo "Testing of doctests in the sources finished, look at the " \
|
||||
"results in _build/doctest/output.txt."
|
||||
|
||||
public: clean html
|
||||
rm -rf /tmp/mopidy-html && cp -r _build/html /tmp/mopidy-html
|
||||
public: clean dirhtml
|
||||
rm -rf /tmp/mopidy-html && cp -r _build/dirhtml /tmp/mopidy-html
|
||||
git stash save
|
||||
cd .. && \
|
||||
git checkout gh-pages && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user