Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erl -man <module name> doesn't work #22

Closed
MaciekTalaska opened this issue Feb 3, 2017 · 6 comments · Fixed by #25
Closed

erl -man <module name> doesn't work #22

MaciekTalaska opened this issue Feb 3, 2017 · 6 comments · Fixed by #25

Comments

@MaciekTalaska
Copy link
Contributor

I have problem with accessing Erlang modules documentation. Typing erl -man <modulename> results in No manual entry for <modulename>

I have xsltproc and fop installed.

My OS is 64bit Ubuntu 16.04 (tried that on 16.10 as well).

I tried to locate build logs, but with no luck.

@MaciekTalaska
Copy link
Contributor Author

MaciekTalaska commented Feb 5, 2017

OK. I have resolved the issue: http://stackoverflow.com/a/42053208/165751

Any chance to have the build process more sophisticated, so that downloading and copying man pages becomes part of it?

@HashNuke
Copy link
Member

HashNuke commented Feb 6, 2017

@MaciekTalaska Yes please ~! Setting up man should be a part of the build process.

Would love contributions from anyone for this ~!

@Stratus3D
Copy link
Member

I've got a PR out for this now!

@MaciekTalaska
Copy link
Contributor Author

I have installed the newest version of asdf and asdf-erlang on a new machine and man pages still are missing. That's why I think this should be re-opened (or new ticket shoudl be created - should I create one?)

I haven't committed much last this, but this time... I would like to pick it up, and see if I can fix that.

@MaciekTalaska
Copy link
Contributor Author

I have prepared a PR for this. It works on my machine ;) it passes travis build as well, but I would be more than happy if someone review the changes I have made. I am happy to discuss the code or improve things if needed.

Please note that I don't know bash very well, so what I wrote may not be optimal.

@Stratus3D
Copy link
Member

@MaciekTalaska thanks for looking into this. After I closed this issue we moved over to using kerl, so something may have been lost during that transition. If you have changes that fix this issue please open a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants