Changeset 1098 for trunk


Ignore:
Timestamp:
01/01/09 21:06:55 (3 years ago)
Author:
alonbl
Message:

Fix doc build issues

  1. VPATH issue.
  2. Parallel build issue, suggested by Ludovic Rousseau.
Location:
trunk/doc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile.am

    r1028 r1098  
    1414 
    1515 
    16 api.out/html/*: \ 
    17                 $(top_srcdir)/src/include/openct/*.h \ 
     16api.out/html/*: api.out 
     17api.out:        $(top_srcdir)/src/include/openct/*.h \ 
    1818                $(srcdir)/*.gif \ 
    1919                doxygen.conf 
  • trunk/doc/nonpersistent/Makefile.am

    r1075 r1098  
    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.