Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/iffjoin/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iffjoin.1: main.c
iffjoin.1: iffjoin
$(HELP2MAN) --output=$@ --no-info --name 'Joins an arbitrary number of IFF files into a single concatenation IFF file' --libtool ./iffjoin

AM_CPPFLAGS = -DHAVE_GETOPT_H=$(HAVE_GETOPT_H)
Expand Down
2 changes: 1 addition & 1 deletion src/iffpp/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
iffpp.1: main.c
iffpp.1: iffpp
$(HELP2MAN) --output=$@ --no-info --name 'IFF pretty printer' --libtool ./iffpp

AM_CPPFLAGS = -DHAVE_GETOPT_H=$(HAVE_GETOPT_H)
Expand Down