Opened 10 years ago
Last modified 7 years ago
#46431 assigned defect
llvm does not have manpage
Reported by: | pengyu.ut@… | Owned by: | larryv (Lawrence Velázquez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | jeremyhu (Jeremy Huddleston Sequoia) | |
Port: |
Description
I learned that the manpages can be made in the following. Could the manages be added to llvm installation from macports?
$ cd llvm/docs $ make -f Makefile.sphinx man $ man ./_build/man/lli.1
Change History (3)
comment:1 Changed 10 years ago by pengyu.ut@…
comment:2 Changed 10 years ago by larryv (Lawrence Velázquez)
Cc: | jeremyhu@… added |
---|---|
Owner: | changed from macports-tickets@… to larryv@… |
Status: | new → assigned |
Building the docs would require sphinx
, which we’d rather not add as a dependency for llvm-*
. We could perhaps create a subport for the docs. I can look into it when I find some time.
Note: See
TracTickets for help on using
tickets.
I learned that the manpages can be made in the following comamnds. Could the manages be added to llvm installation from macports?