Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31213 - htmltidy-2.7.18-r1 installs no man-page
Summary: htmltidy-2.7.18-r1 installs no man-page
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-15 11:00 UTC by Georg Sauthoff
Modified: 2003-10-15 17:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georg Sauthoff 2003-10-15 11:00:02 UTC
Hi,

this package does not install any man-page.

Regards
Georg Sauthoff

Output:

>>> Install htmltidy-2.7.18-r1 into /var/tmp/portage/htmltidy-2.7.18-r1/image/
category app-text
mkdir -p /var/tmp/portage/htmltidy-2.7.18-r1/image//usr/bin
cp -f tidy /var/tmp/portage/htmltidy-2.7.18-r1/image//usr/bin
if [ -f "man_page.txt" ] ; then \
        mkdir -p /var/tmp/portage/htmltidy-2.7.18-r1/image//usr/share/manman1; \
        cp -f man_page.txt
/var/tmp/portage/htmltidy-2.7.18-r1/image//usr/share/manman1/tidy.1; \
fi
cd /var/tmp/portage/htmltidy-2.7.18-r1/image//usr/bin; \
chmod 755 tidy; \
#chgrp bin tidy; \
#chown bin tidy;
man:
prepallstrip:
strip:
strip:
   usr/bin/tidy
>>> Completed installing into /var/tmp/portage/htmltidy-2.7.18-r1/image/

>>> Merging app-text/htmltidy-2.7.18-r1 to /
--- /usr/
--- /usr/bin/
>>> /usr/bin/tidy
--- /usr/share/
--- /usr/share/man/
--- /usr/share/man/man1/

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Brandy Westcott (RETIRED) gentoo-dev 2003-10-15 17:46:20 UTC
The htmltidy source tarball is rather sparse and doesn't contain any
manpages to install (there is no man_page.txt) that the Makefile checks
for.

Help for htmltidy can currently be found through 'tidy -help-config'
or on the web (http://tidy.sourceforge.net/#docs)