]> git.lyx.org Git - lyx.git/commit
Add a DocBook -> PS converter
authorScott Kostyshak <skostysh@lyx.org>
Thu, 11 Apr 2013 01:56:18 +0000 (21:56 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sat, 13 Apr 2013 18:19:58 +0000 (14:19 -0400)
commit7309f018f5492e0e359d191006b15ffed953c406
treefbb4c9aae4166bf4762cb7517cd4a780e723a7b6
parent3e7a9a51182fb56a7597bd8315a60b489bd8b9d8
Add a DocBook -> PS converter

Before, the converter chain for DocBook -> PDF (ps2pdf) was:

  docbook -> DVI
  DVI -> Postscript
  Postscript -> PDF (ps2pdf)

sgmltools has a backend for PostScript so the first two
steps in the above converter chain are now condensed into
one by adding the following converter for docbook -> Postscript:

  sgmltools -b ps $$i
lib/configure.py