From 9542223f3513c1ec4fcaeb154f44f09357e87a3d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 7 Feb 2010 13:40:38 +0100 Subject: [PATCH] Switch 'make public' from using html to dirhtml --- docs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index a009cac4..4ad8691e 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -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 && \