Hide Forgot
Description of problem: Previously the man page was generated automatically from the output of qpidd --help. To make a distribution, you had to build the entire source tree just to generate the man page. This automation was of limited value as the core broker options do not change often. Version-Release number of selected component (if applicable): How reproducible: 100% Steps to Reproduce: 1. In a clean checkout do: make dist Actual results: Entire source tree is built. Expected results: make dist completes without building an .o files or libraries. Additional info: see https://issues.apache.org/jira/browse/QPID-3160
Fixed on upstream trunk r10842820
*** This bug has been marked as a duplicate of bug 689907 ***