Changeset 9871466a


Ignore:
Timestamp:
05/11/2008 04:10:11 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3
Children:
f125e94
Parents:
8794866
Message:

Updated the 6.3 branch Makefile with Dan's changes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.3/BOOK@7450 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r8794866 r9871466a  
    6363          $(RENDERTMP)/blfs-full.xml
    6464
    65 $(RENDERTMP)/blfs-pdf.fo: $(RENDERTMP)/blfs-full.xml
     65$(RENDERTMP)/blfs-pdf.fo: $(RENDERTMP)/blfs-pdf.xml
    6666        @echo "Generating FO file..."
    6767        $(Q)xsltproc --nonet -stringparam rootid "$(ROOT_ID)" \
     
    133133          stylesheets/wget-list.xsl $(RENDERTMP)/blfs-full.xml
    134134
    135 test-links: $(RENDERTMP)/blfs-full.xml
     135test-links: $(BASEDIR)/test-links
    136136$(BASEDIR)/test-links: $(RENDERTMP)/blfs-full.xml
    137137        @echo "Generating test-links file..."
Note: See TracChangeset for help on using the changeset viewer.