Skip to content

Commit

Permalink
Don't attempt to build man page if perldoc is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
rwmjones committed Aug 21, 2021
1 parent 4306a13 commit 1b7b091
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Makefile.am
Expand Up @@ -105,9 +105,13 @@ SOURCES_C = \

CLEANFILES = *~ *.cmi *.cmo *.cmx *.o supermin

if HAVE_PERLDOC

man_MANS = \
supermin.1

endif

bin_PROGRAMS = supermin

supermin_SOURCES = $(SOURCES_C)
Expand Down

0 comments on commit 1b7b091

Please sign in to comment.