| Summary: | doc.images.mk fails for obj build | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Christian Weisgerber <naddy> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Committed, thanks. |
doc.images.mk doesn't handle builds that use a separate obj directory. Specifically, eps2png creates its output file in the directory of the source file, not in ${.OBJDIR}. Adding "-ouput ${.TARGET}" fixes this. How-To-Repeat: cd /usr/doc && make obj && make && sudo make install