Skip to content

Commit 7107c20

Browse files
committed
Set FOP variable default value
1 parent 8fe8794 commit 7107c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif
2727
.SECONDARY:
2828

2929
ifndef FOP
30-
FOP = $(missing) fop
30+
FOP = fop
3131
endif
3232

3333
ifdef XMLLINT

0 commit comments

Comments
 (0)