ingydotnet / swim-pm

15 stars 7 forks source link

Add --to=man --to=pdf and --to=dvi #7

Closed ingydotnet closed 10 years ago

ingydotnet commented 10 years ago

Use pod2man --utf8 and:

07:06:59 kentnl | perldoc -oNroff perldoc | groffer --pdf 07:07:41 kentnl | s/--pdf/--dvi/ # and you'll get it spawning a dvi client instead :) 07:08:05 kentnl | though interesting, lots of the groff/groffer stack is written in Perl ... 07:08:31 kentnl | dvi is a device independent binary format thats been around for ages, similar in purpose to PS 07:09:59 kentnl | http://en.wikipedia.org/wiki/Device_independent_file_format # DVI is awesome 07:13:10 kentnl | groffer also has a --html target :)

ingydotnet commented 10 years ago

Done