Skip to content

Commit 5cc566e

Browse files
committed
CDRIVER-1039 distribute mallard2man.py
1 parent 8abbfbf commit 5cc566e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/man/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ man3_MANS = $(BUILT_MAN_FILES)
1414
$(AM_V_GEN)./doc/mallard2man.py 3 $^
1515

1616
man: $(BUILT_MAN_FILES)
17-
EXTRA_DIST += $(wildcard doc/man/*.3)
17+
EXTRA_DIST += $(wildcard doc/man/*.3) \
18+
doc/mallard2man.py

0 commit comments

Comments
 (0)