Bug 26973

Summary: doc.images.mk fails for obj build
Product: Documentation Reporter: Christian Weisgerber <naddy>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Christian Weisgerber 2001-04-30 01:40:00 UTC
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
Comment 1 nik freebsd_committer freebsd_triage 2001-05-13 17:27:15 UTC
State Changed
From-To: open->closed

Committed, thanks.