Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223317 - dev-tex/pgf-2.00 USE="doc" installs TeX sources instead of PDF file
Summary: dev-tex/pgf-2.00 USE="doc" installs TeX sources instead of PDF file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-23 09:13 UTC by Sascha Lucas
Modified: 2008-05-30 12:06 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 Sascha Lucas 2008-05-23 09:13:54 UTC
the current ebuild of dev-tex/pgf-2.00 does not install the shiped PDF-manual. therefore it installes the documentation tex-sources all bzip2-compressed.

wouldn't this be nicer?

@@ src_install() {

if use doc ; then
        insinto /usr/share/doc/${PF}
+       doins pgfmanual.pdf
        doins -r images macros text-en version-for-dvipdfm version-for-dvips \
                version-for-pdftex version-for-tex4ht version-for-vtex || die \
                "Failed to install documentation"
-       prepalldocs
fi
Comment 1 Alexis Ballier gentoo-dev 2008-05-30 12:06:49 UTC
applied, thanks a lot !