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: | |
|---|---|---|---|
| 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 , 20 years ago
comment:2 by , 20 years ago
| Owner: | changed from to |
|---|
comment:3 by , 20 years ago
| Severity: | normal → trivial |
|---|
Note:
See TracTickets
for help on using tickets.

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