Opened 10 years ago
Closed 10 years ago
#311 closed defect (fixed)
don't ship tracetop man page if binary is not built.
Reported by: | Matt Brown | Owned by: | salcock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | tools | Version: | |
Keywords: | Cc: |
Description
If ncurses is not present, tracetop is not built. However the manpage is always installed.
from tools/tracetop/Makefile.am man_MANS = tracetop.1 EXTRA_DIST = $(man_MANS) if HAVE_NCURSES
Moving the if to the top of the file might solve the issue.
Change History (1)
comment:1 Changed 10 years ago by salcock
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed this one in r1705.