mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
Avoid writing (temporarily) into source directory.
This commit is contained in:
parent
6a4a18ed62
commit
c524dd0f08
@ -28,8 +28,7 @@ clean:
|
|||||||
@mkdir $@
|
@mkdir $@
|
||||||
|
|
||||||
../html/%.html: %.sgml | ../html
|
../html/%.html: %.sgml | ../html
|
||||||
@linuxdoc -B html --split=0 --toc=$(TOC_LEVEL) $<
|
@cd ../html && linuxdoc -B html --split=0 --toc=$(TOC_LEVEL) ../doc/$<
|
||||||
@mv $(@F) ../html
|
|
||||||
|
|
||||||
gh-pages: html
|
gh-pages: html
|
||||||
ifdef GH_TOKEN
|
ifdef GH_TOKEN
|
||||||
|
Loading…
Reference in New Issue
Block a user