Skip to content

Commit c5731c9

Browse files
committedSep 15, 2023
Set FOP variable default value
1 parent 5cd8211 commit c5731c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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)
Please sign in to comment.