Skip to content

Commit

Permalink
Docs: Serialize make examples and make images
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Oct 7, 2024
1 parent 2e1181a commit 90e0809
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -979,10 +979,8 @@ docs/source/cmd/abc.rst: $(TARGETS) $(EXTRA_TARGETS)
./$(PROGRAM_PREFIX)yosys -p 'help -write-rst-command-reference-manual'

PHONY: docs/gen_examples docs/gen_images docs/guidelines docs/usage docs/reqs
docs/gen_examples: $(TARGETS)
docs/gen_examples docs/gen_images: $(TARGETS)
$(Q) $(MAKE) -C docs examples

docs/gen_images: $(TARGETS)
$(Q) $(MAKE) -C docs images

DOCS_GUIDELINE_FILES := GettingStarted CodingStyle
Expand Down

0 comments on commit 90e0809

Please sign in to comment.