Stop running nim doc

This commit is contained in:
Emery Hemingway 2023-12-25 10:01:17 +02:00
parent adadcc181a
commit 82631b1a01
2 changed files with 0 additions and 2 deletions

View File

@ -1,3 +1,2 @@
include_rules
: preserves.nim |> !nim_run |>
: preserves.nim |> !nim_check |>

View File

@ -1,7 +1,6 @@
include_rules
NIM_FLAGS += --path:$(TUP_CWD)/..
: foreach preserves_schema_nim.nim schemaparse.nim |> !nim_bin |> $(BIN_DIR)/%B | $(BIN_DIR)/<%B>
: foreach *hooks.nim |> !nim_check |>
DOT_FILES = ../../Document.dot ../../Schema.dot
: schemac.nim |> !nim_bin |> $(BIN_DIR)/%B | $(DOT_FILES) $(BIN_DIR)/<%B>