Changeset 29f5bc3


Ignore:
Timestamp:
07/02/2005 08:42:09 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1, 6.1.1
Children:
ecd399d
Parents:
68b786c
Message:

Copy images referenced by the nochunks output somewhere that is visible by the HTML file (merged from r6344)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r68b786c r29f5bc3  
    5454          $(BASEDIR)/$(NOCHUNKS_OUTPUT)
    5555
     56        if [ ! -e $(BASEDIR)/images ]; then \
     57          mkdir -p $(BASEDIR)/images; \
     58        fi;
     59        cp $(XSLROOTDIR)/images/*.png \
     60          $(BASEDIR)/images
     61        cd $(BASEDIR)/; sed -i -e "s@../images@images@g" \
     62          *.html
     63
    5664validate:
    5765        xmllint --noout --nonet --xinclude --postvalid index.xml
Note: See TracChangeset for help on using the changeset viewer.