Skip to content

Commit 7e341bb

Browse files
committed
Added --no-xmllint.
1 parent 0c09440 commit 7e341bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ uninstall:
4848
mans: $(MANS)
4949

5050
$(MANS): %.1: %.man
51-
a2x -f manpage $<
51+
a2x --no-xmllint -f manpage $<
5252

5353
.PHONY: clean
5454
clean:

0 commit comments

Comments
 (0)