Skip to content

Commit

Permalink
gnuscripts: update help2man
Browse files Browse the repository at this point in the history
to not actually build any manpages by default
  • Loading branch information
duncanmmacleod committed Jan 25, 2021
1 parent 12f6243 commit 7b48dca
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions gnuscripts/lalsuite_help2man.am
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
if HELP2MAN

man1_MANS = $(bin_PROGRAMS:=.man)
help2man_MANS = $(bin_PROGRAMS:=.man)

if HAVE_PYTHON
man1_MANS += $(pybin_scripts:=.pyman)
help2man_MANS += $(pybin_scripts:=.pyman)
endif

MOSTLYCLEANFILES += $(man1_MANS) $(man1_MANS:.man=.man.tmp)
MOSTLYCLEANFILES += $(help2man_MANS) $(help2man_MANS:.man=.man.tmp)

endif

Expand Down

0 comments on commit 7b48dca

Please sign in to comment.