heapwolf / ldb

A C++ REPL / CLI for LevelDB
MIT License
201 stars 23 forks source link

generate man pages from markdown #31

Closed ralphtheninja closed 10 years ago

heapwolf commented 10 years ago

man.md?

ralphtheninja commented 10 years ago

Yep. Mad Men.

ralphtheninja commented 10 years ago

I'll have a go at this one if you don't mind. Need to learn this shit.

ralphtheninja commented 10 years ago

@jwerle Any thoughts on man page build step or similar? (e.g. like make docs in Makefile)

jwerle commented 10 years ago

I've been using mantastic to generate after each update.

See: https://github.com/jwerle/libbeaufort/blob/master/Makefile#L83

ralphtheninja commented 10 years ago

That's cool but I think we should be able to generate the man page even if we are offline. I can start with that though. Thanks for pointers!

jwerle commented 10 years ago

Def ! Maybe having ronn on the system would be better ?

On Sat, May 24, 2014 at 3:13 PM, ralphtheninja notifications@github.comwrote:

That's cool but I think we should be able to generate the man page even if we are offline. I can start with that though. Thanks for pointers!

— Reply to this email directly or view it on GitHubhttps://github.com/hij1nx/ldb/issues/31#issuecomment-44096812 .

ralphtheninja commented 10 years ago

You mean like npm install ronn -g? Works for me.

jwerle commented 10 years ago

yep :]

On Sat, May 24, 2014 at 3:21 PM, ralphtheninja notifications@github.comwrote:

You mean like npm install ronn -g? Works for me.

— Reply to this email directly or view it on GitHubhttps://github.com/hij1nx/ldb/issues/31#issuecomment-44096991 .