Re: hugs docs
Sven Panne <[email protected]> Tue, 19 Dec 2006 09:16:35 +0100
| Newsgroups | gmane.comp.lang.haskell.hugs.user |
|---|---|
| Message-ID | <[email protected]> |
Am Dienstag, 19. Dezember 2006 02:41 schrieb [email protected], [email protected]: > What software is used to convert the .xml and .sgml files in the > Hugs docs directory to something (pdf?) readable? {docbook,db}2{html,dvi,pdf,ps}, depending on what should be converted and which tools are available. In your case: Either docbook2pdf or db2pdf. For GHC we use a combination of xsltproc/fop/xmltex/dvips. Cheers, S.