Changeset 6c406088 for Makefile


Ignore:
Timestamp:
07/03/2005 04:37:42 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
6.1, 6.1.1
Children:
5f9a00a
Parents:
81f4413
Message:

Remove admonition graphics from nochunked output (merged from r6352)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r81f4413 r6c406088  
    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 
    6456validate:
    6557        xmllint --noout --nonet --xinclude --postvalid index.xml
Note: See TracChangeset for help on using the changeset viewer.