Changeset 1151
- Timestamp:
- 04/29/09 09:31:27 (3 years ago)
- File:
-
- 1 edited
-
trunk/doc/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Makefile.am
r1099 r1151 8 8 dist_doc_DATA = README 9 9 dist_noinst_DATA = $(srcdir)/doxygen-footer.html $(srcdir)/*.gif 10 dist_apidoc_DATA=api.out/html/* 10 11 11 12 if ENABLE_API_DOC 12 13 apidoc_DATA=api.out/html/*14 13 15 14 api.out/html/*: api.out … … 20 19 $(DOXYGEN) doxygen.conf 21 20 cp "$(srcdir)"/*.gif api.out/html 22 21 else 22 api.out/html/*: $(abs_builddir)/api.out 23 $(abs_builddir)/api.out: 24 $(LN_S) "$(srcdir)/api.out" api.out 23 25 endif 24 26
Note: See TracChangeset
for help on using the changeset viewer.
