Bug 12978

Summary: [PATCH] Make optional variables in docproj.docbook.mk truly optional
Product: Documentation Reporter: jobaldwi <jobaldwi>
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 jobaldwi 1999-08-05 01:20:00 UTC
The current doc/share/mk/docproj.docbook.mk lists INSTALL_COMPRESSED and
INSTALL_ONLY_COMPRESSED as being optional variables.  However, if these
variables are not defined, then the makefile dies with make errors.

Fix: Apply this patch to docproj.docbook.mk:
How-To-Repeat: Create a makefile that includes docproh.docbook.mk but doesn't define
INSTALL_COMPRESSED or INSTALL_ONLY_COMPRESSED and try to make something
with it.
Comment 1 nik freebsd_committer freebsd_triage 1999-08-05 21:22:40 UTC
State Changed
From-To: open->closed

Committed, thanks.