Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
otterdahl committed Feb 29, 2024
1 parent d933a5e commit ee03a4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $(MSC_DIR)/%.png: $(MSC_DIR)/%.msc
@echo MSCGEN: $<

$(SVG_DIR)/%.png: $(SVG_DIR)/%.svg
@inkscape -z $< -e $@
@inkscape $< --export-filename=$@
@echo CONVERT: $<

generated-images: $(GEN_MSC_DIAGRAMS) $(GEN_PNG_IMGS)
Expand All @@ -51,7 +51,6 @@ singlehtml: Makefile generated-images

html: Makefile generated-images
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
@cp -a build/html/. docs

latexpdf: Makefile generated-images
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Expand Down

0 comments on commit ee03a4d

Please sign in to comment.