Skip to content

Commit

Permalink
Fix ditaa compile error on latest Ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
  • Loading branch information
avpatel committed Jan 21, 2025
1 parent bb23ad1 commit c3326f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ all: $(TARGETS)

images/%.png: src/%.ditaa
mkdir -p `dirname $@`
ditaa $< $@
java -jar `which ditaa` $< $@

%.pdf: %.adoc $(DEPS)
@echo "Checking if Docker is available..."
Expand Down
Binary file modified images/intro-image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3326f4

Please sign in to comment.