Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2001 02:17:58 +0100 (CET)
From:      bdluevel@heitec.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/32888: unknown option for 'tidy' when making documentation
Message-ID:  <200112160117.fBG1Hwc38647@ heitec.net>

next in thread | raw e-mail | index | archive | help

>Number:         32888
>Category:       docs
>Synopsis:       unknown option for 'tidy' when making documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 15 17:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     bdluevel@heitec.net
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD 4.4-STABLE #0: Sun Dec 16 00:38:21 CET 2001

>Description:
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)

>How-To-Repeat:
  cd /usr/doc
  make clean
  make install

>Fix:
Omit the "-preserve" option for "tidy".
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112160117.fBG1Hwc38647>