Skip to content

Commit

Permalink
Fix github issue #13 - compile should not fail when help2man is insta…
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Spiers committed Mar 21, 2012
1 parent 616d832 commit d158b49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ EXTRA_DIST = $(man_MANS)

%.8: %
$(HELP2MAN) -N -o $@ ./$<

booth.8: boothd.8
cp $< $@
endif

lint:
Expand Down

0 comments on commit d158b49

Please sign in to comment.