IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Opened 20 years ago

Closed 17 years ago

#724 closed defect (fixed)

`make docs` doesn't stay inside the build tree

Reported by: jhoblitt Owned by: David.Robbins@…
Priority: high Milestone:
Component: build Version: 0.10.0
Severity: trivial Keywords:
Cc:

Description

The doxygen 'OUTPUT_DIRECTORY' is set to the install path so it generates
documentation outside of the build tree. This is generally considered
anti-social behavior for a peice of software, it's certainly unexpected, and it
will cause sandbox voilations for a Gentoo ebuild. The solution is to build the
documentation somewhere under $(top_builddir$ and then to install it with the
automake mans_MANS target.

Change History (4)

comment:1 by jhoblitt, 20 years ago

It shouldn't try to install the HTML pages by default either.

comment:2 by jhoblitt, 20 years ago

Owner: changed from gusciora@… to David.Robbins@…

comment:3 by jhoblitt, 20 years ago

Severity: normaltrivial

comment:4 by eugene, 17 years ago

Resolution: fixed
Status: newclosed

output target is now ./docs.

Note: See TracTickets for help on using tickets.