Opened 13 years ago
Closed 12 years ago
#31692 closed enhancement (fixed)
Generating the MacPorts Guide as PDF
Reported by: | ak.ml@… | Owned by: | markd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | guide | Version: | |
Keywords: | haspatch | Cc: | nonstop.server@…, neverpanic (Clemens Lang) |
Port: |
Description
It would be nice to have this reference as a PDF document.
I've tried several solutions: htmldoc
, docbook-xsl
+ fop
and dblatex
.
Actually dblatex
gives the best result.
To generate the PDF
file:
make guide-dblatex
To generate the tex
file:
make SUFFIX=tex guide-dblatex
Attachments (2)
Change History (6)
Changed 13 years ago by ak.ml@…
Attachment: | patch-doc-new-Makefile.diff added |
---|
Changed 13 years ago by ak.ml@…
Attachment: | macports-guide.pdf added |
---|
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Cc: | markd removed |
---|---|
Keywords: | haspatch added; pdf removed |
Version: | 2.0.3 |
comment:4 Changed 12 years ago by neverpanic (Clemens Lang)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Commited in r94337. The guide will not automatically be generated in PDF format on the server (see source:trunk/base/portmgr/jobs/GuideRegen.sh). Should we add this and offer the guide download as PDF?
Note: See
TracTickets for help on using
tickets.
Patch against trunk/doc-new/Makefile