Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 551490

Summary: app-text/pandoc-1.13.2-r1 ebuild does not install man pages
Product: Gentoo Linux Reporter: Jeremi Piotrowski <jeremi.piotrowski>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***