Changeset 3dd76dac


Ignore:
Timestamp:
Apr 11, 2010, 3:57:23 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
dbfb372
Parents:
1487226
Message:

Fixed an issue in the makefile with rendering of PDFs.
Thanks to Mark Pokorny for providing a patch for this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r1487226 r3dd76dac  
    125125        $(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \
    126126          --output $(RENDERTMP)/$(pdf_arch).fo $(PWD)/stylesheets/clfs-pdf.xsl \
    127           $(RENDERTMP)/$(pdf_arch)-pdf.xml
     127          $(RENDERTMP)/$(pdf_arch)-html.xml
    128128        $(Q)sed -i -e 's/span="inherit"/span="all"/' $(RENDERTMP)/$(pdf_arch).fo
    129129
Note: See TracChangeset for help on using the changeset viewer.