Changeset 1151


Ignore:
Timestamp:
04/29/09 09:31:27 (3 years ago)
Author:
aj
Message:

fix api doc generation / including it in the tar.gz distribution
in generated form (copied from wiki code).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile.am

    r1099 r1151  
    88dist_doc_DATA = README 
    99dist_noinst_DATA = $(srcdir)/doxygen-footer.html $(srcdir)/*.gif 
     10dist_apidoc_DATA=api.out/html/* 
    1011 
    1112if ENABLE_API_DOC 
    12  
    13 apidoc_DATA=api.out/html/* 
    1413 
    1514api.out/html/*: api.out 
     
    2019        $(DOXYGEN) doxygen.conf 
    2120        cp "$(srcdir)"/*.gif api.out/html 
    22  
     21else 
     22api.out/html/*:     $(abs_builddir)/api.out 
     23$(abs_builddir)/api.out: 
     24        $(LN_S) "$(srcdir)/api.out" api.out 
    2325endif 
    2426 
Note: See TracChangeset for help on using the changeset viewer.