Bug 14163

Summary: fix handbook symlink install problem with old version installed
Product: Documentation Reporter: nbm <nbm>
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 nbm 1999-10-06 14:30:02 UTC
The 'symlinks' target uses rm -f to remove any already existing
symlinks; in the case of /usr/share/doc/handbook this is a directory,
not a symlink.

It should probably be rm -rf instead.

Fix: cvs diff: Diffing .
How-To-Repeat: 
mkdir /usr/share/doc/handbook
cd /usr/doc/en_US.ISO_8859-1/books && make install
Comment 1 Jesus freebsd_committer freebsd_triage 1999-10-06 15:00:38 UTC
State Changed
From-To: open->closed

Commited, Thanks!