-
-
Notifications
You must be signed in to change notification settings - Fork 338
ManpagePdfConverter
garyo edited this page Dec 13, 2014
·
3 revisions
Using OpenJade, doclifter and Jade Wrapper you can export the SCons manpage as a handy, indexed PDF file.
{{{# -- mode:shell-script --
This script was written for Ubuntu 6.10 and assumes the following packages: # docbook-utils # doclifter # # sudo apt-get install docbook-utils doclifter
gunzip -c /usr/share/man/man1/scons.1.gz | doclifter > scons.sgml
docbook2pdf scons.sgml
rm scons.sgml }}}