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 $@
|
||||
|
||||
../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
|
||||
|
Loading…
Reference in New Issue
Block a user