Changeset 114


Ignore:
Timestamp:
01/01/09 21:07:54 (3 years ago)
Author:
alonbl
Message:

Fix doc build issues

  1. VPATH issue.
  2. Parallel build issue, suggested by Ludovic Rousseau.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/nonpersistent/Makefile.am

    r107 r114  
    1111if SVN_CHECKOUT 
    1212 
    13 wiki.out/*: 
     13wiki.out/*:     wiki.out 
     14wiki.out: 
     15        -rm -fr wiki.out 
    1416        test -n "$(WGET)" -a -n "$(SED)" -a -n "$(TR)" -a -n "$(XSLTPROC)" 
    1517        WGET="$(WGET)" WGET_OPTS="$(WGET_OPTS)" SED="$(SED)" TR="$(TR)" XSLTPROC="$(XSLTPROC)" \ 
     
    3436else 
    3537 
    36 wiki.out/*: 
     38wiki.out/*:     $(abs_builddir)/wiki.out 
     39$(abs_builddir)/wiki.out: 
    3740        $(LN_S) "$(srcdir)/wiki.out" wiki.out 
    3841 
Note: See TracChangeset for help on using the changeset viewer.