Skip to content

Commit e38280b

Browse files
committed
Added -o $@ $< to options
1 parent e74fc0c commit e38280b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ OPTIONS := --trace \
5656
$(XTRA_ADOC_OPTS) \
5757
-D build \
5858
--failure-level=ERROR
59+
-o $@ $<
5960
REQUIRES := --require=asciidoctor-bibtex \
6061
--require=asciidoctor-diagram \
6162
--require=asciidoctor-lists \

0 commit comments

Comments
 (0)