Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551490 - app-text/pandoc-1.13.2-r1 ebuild does not install man pages
Summary: app-text/pandoc-1.13.2-r1 ebuild does not install man pages
Status: RESOLVED DUPLICATE of bug 551492
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-08 11:40 UTC by Jeremi Piotrowski
Modified: 2015-06-08 11:49 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 Jeremi Piotrowski 2015-06-08 11:40:18 UTC
The man pages `pandoc.1` and `pandoc_markdown.5` come pre-generated in the `man` directory along with templates to regenerate them. The `make-pandoc-man-pages` use flag builds a utility that can build them from the README file, but this program is not merged, and since the man pages already exist after unpacking, it's pretty useless. It would be nice if the man pages were installed in the `src_install` phase. Patch follows.

Reproducible: Always

Steps to Reproduce:
1. Emerge pandoc-1.13.2-r1
Actual Results:  
Man pages are not merged

Expected Results:  
Man pages are merged
Comment 1 Jeremi Piotrowski 2015-06-08 11:49:56 UTC

*** This bug has been marked as a duplicate of bug 551492 ***