Changeset 855fda1


Ignore:
Timestamp:
03/16/2018 04:38:24 PM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1c6c92e
Parents:
27ded236
Message:

Makefile: for pdf rendering:

  • fix the required disk space for LFS-Bootscripts (use lfs-full instead of lfs-html2)
  • copy the images to RENDERTMP so that they appear in notes/warnings et al

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11385 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r27ded236 r855fda1  
    7272                --output $(RENDERTMP)/lfs-pdf.xml   \
    7373                stylesheets/lfs-xsl/profile.xsl     \
    74                 $(RENDERTMP)/lfs-html2.xml
     74                $(RENDERTMP)/lfs-full.xml
    7575
    7676        @echo "Generating FO file..."
     
    8585
    8686        @echo "Generating PDF file..."
     87        $(Q)mkdir -p $(RENDERTMP)/images
     88        $(Q)cp images/*.png $(RENDERTMP)/images
     89
    8790        $(Q)mkdir -p $(BASEDIR)
    88 
    89         @echo "Copying images to destination..."
    90         $(Q)mkdir -p $(BASEDIR)/images
    91         $(Q)cp images/*.png $(BASEDIR)/images
    9291
    9392        $(Q)fop -q  $(RENDERTMP)/lfs-pdf.fo $(BASEDIR)/$(PDF_OUTPUT) 2>fop.log
Note: See TracChangeset for help on using the changeset viewer.