From: Ralf Corsépius Date: Wed, 17 Oct 2007 12:36:47 +0000 (+0200) Subject: Add preliminary support for doc/librpm. X-Git-Tag: tznext/4.11.0.1.tizen20130304~5178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83b24d5f005b9cbb8403ef1b016454cf81ccc63d;p=tools%2Flibrpm-tizen.git Add preliminary support for doc/librpm. --- diff --git a/Makefile.am b/Makefile.am index 6a69427..046dac3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -339,3 +339,17 @@ doxygen @WITH_APIDOCS_TARGET@: Doxyfile rpmpopt-@VERSION@ rm -rf $@ $(MKDIR_P) $@ - [ X"@__DOXYGEN@" != Xno ] && @__DOXYGEN@ + +doc/librpm.doxy: doc/librpm.doxy.in $(pkginclude_HEADERS) Makefile.am + ( cd $(top_builddir) && ./config.status --file=${subdir}/doc/librpm.doxy.tmp:${subdir}/doc/librpm.doxy.in ) + $(SED) -e 's,[@]pkginclude_HEADERS[@],@top_srcdir@$(pkginclude_HEADERS),' \ + < doc/librpm.doxy.tmp > doc/librpm.doxy +EXTRA_DIST += doc/librpm.doxy.in + +doc/librpm/html/index.html: doc/librpm.doxy + @__DOXYGEN@ doc/librpm.doxy +noinst_DATA += doc/librpm/html/index.html +EXTRA_DIST += doc/librpm/html + +maintainer-clean-local: + rm -rf doc/librpm/html