ext target for documentation.

This commit is contained in:
Florian Pose 2022-04-01 14:10:30 +02:00
parent 508b465069
commit 86eb89464d
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ $(EXT_FILES): $(ETHERCAT_CMD)
@echo Creating $@...
$(shell $(subst $(EXT_PREFIX),$(ETHERCAT_HELP) ,$@) > $@)
pdf: $(EXT_FILES)
ext: $(EXT_FILES)
pdf: ext
$(MAKE) -C images
$(MAKE) -C graphs