Changeset 7880

Show
Ignore:
Timestamp:
12/04/06 03:08:02 (2 years ago)
Author:
manuel
Message:

Some fixes to the wget-list target.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/Makefile

    r7878 r7880  
    3333          sed -i -e "s@text/html@application/xhtml+xml@g" $$filename; \ 
    3434        done; 
    35          
     35 
    3636        $(MAKE) wget-list 
    3737 
    3838wget-list: 
    39         xsltproc --xinclude --nonet stylesheets/wget-list.xsl index.xml > $(BASEDIR)/wget-list 
     39        mkdir -p $(BASEDIR) 
     40        xsltproc --xinclude --nonet stylesheets/wget-list.xsl chapter03/chapter03.xml > $(BASEDIR)/wget-list 
    4041 
    4142# Uncomment this for testing and stable versions