| doc_DATA = doxygen-build.stamp |
| doxygen-build.stamp: Doxyfile |
| touch doxygen-build.stamp |
| echo "*** Warning: Doxygen not found; documentation will not be built." |
| touch doxygen-build.stamp |
| dist_docdir = $(distdir)/libnestegg |
| echo -n "copying built documenation..."; \ |
| cp -rp html $(dist_docdir)/html; \ |
| install-data-local: doxygen-build.stamp |
| $(mkinstalldirs) $(DESTDIR)$(docdir) |
| cp -rp html $(DESTDIR)$(docdir)/html; \ |
| rm -rf $(DESTDIR)$(docdir) |
| if test -d html; then rm -rf html; fi |
| if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi |