Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ apidox:
doxygen Doxyfile

EXTRA_DIST = libiff.pc.in

# When calling help2man, we need to make sure that the output is
# redirected to stdout, not stderr. This is because the output of
# iffjoin --help is redirected to stderr
HELP2MAN = @HELP2MAN@ --no-discard-stderr --version-string=$(VERSION)