mirror of
https://codeberg.org/mhwombat/nix-book.git
synced 2025-12-27 08:44:56 +08:00
initial commit
This commit is contained in:
parent
978c906847
commit
abeb0f63cd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -25,7 +25,7 @@ html : index.html
|
|||
> cd $(dir $@); run-code-inline < $(notdir $<) 2>&1 | tee $(notdir $@)
|
||||
|
||||
index.html : $(ADOC_FILES)
|
||||
> asciidoctor -b html5 -d book -o $(MAIN_ADOC_FILE) $<
|
||||
> asciidoctor -b html5 -d book -o $@ $(MAIN_ADOC_FILE)
|
||||
|
||||
.PHONY: clean
|
||||
clean :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue