Avoid writing (temporarily) into source directory.

This commit is contained in:
Oliver Schmidt 2014-02-08 21:52:23 +01:00
parent 6a4a18ed62
commit c524dd0f08

View File

@ -28,8 +28,7 @@ clean:
@mkdir $@
../html/%.html: %.sgml | ../html
@linuxdoc -B html --split=0 --toc=$(TOC_LEVEL) $<
@mv $(@F) ../html
@cd ../html && linuxdoc -B html --split=0 --toc=$(TOC_LEVEL) ../doc/$<
gh-pages: html
ifdef GH_TOKEN