Bug 32888

Summary: unknown option for 'tidy' when making documentation
Product: Documentation Reporter: Bernd Luevelsmeyer <bdluevel>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Bernd Luevelsmeyer 2001-12-16 01:20:00 UTC
When doing
  cd /usr/doc
  make clean
  make install
the build process will, for any call of the "tidy" utility, complain
about a non-existing "-preserve" option:

/usr/local/bin/tidy -i -m -raw -preserve -f /dev/null  $(/usr/bin/xargs < HTML.manifest)
Can't open "/home/bernd/.tidyrc"
unrecognized option -p use -help to list options
unrecognized option -r use -help to list options
unrecognized option -s use -help to list options
unrecognized option -r use -help to list options
unrecognized option -v use -help to list options
*** Error code 1 (ignored)

Fix: 

Omit the "-preserve" option for "tidy".
How-To-Repeat:   cd /usr/doc
  make clean
  make install
Comment 1 Bruce A. Mah freebsd_committer freebsd_triage 2001-12-16 01:32:39 UTC
State Changed
From-To: open->closed

You need to update your tidy port to 20000804_1.