Skip to content

Commit

Permalink
Temporarily stop docgen of theory.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Jul 14, 2024
1 parent 444ff72 commit a9428c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $(shell rm -f *.pdf)
endif

EVBT?=evbt
DIRS=$(shell echo */ | tr -d '/')
DIRS=$(filter-out $(shell echo */ | tr -d '/'), SimpleTheoryTest)
PDFS=$(addsuffix .pdf,$(DIRS))
INFOS=$(addsuffix /project.info,$(DIRS))

Expand Down

0 comments on commit a9428c7

Please sign in to comment.