Ship Doxyfile.in, doc/librpm.doxy.in.
This commit is contained in:
parent
8059dfcdf0
commit
2240b4f8d6
|
@ -335,7 +335,7 @@ unsetgid:
|
||||||
# Build apidocs only on request
|
# Build apidocs only on request
|
||||||
if APIDOCS
|
if APIDOCS
|
||||||
if DOXYGEN
|
if DOXYGEN
|
||||||
doc/apidocs.doxy: Doxyfile.in
|
doc/apidocs.doxy: Doxyfile.in
|
||||||
(cd doc && ../config.status --file=apidocs.doxy:../Doxyfile.in)
|
(cd doc && ../config.status --file=apidocs.doxy:../Doxyfile.in)
|
||||||
|
|
||||||
apidocs/html/index.html: doc/apidocs.doxy rpmpopt-@VERSION@
|
apidocs/html/index.html: doc/apidocs.doxy rpmpopt-@VERSION@
|
||||||
|
@ -343,6 +343,7 @@ apidocs/html/index.html: doc/apidocs.doxy rpmpopt-@VERSION@
|
||||||
noinst_DATA += apidocs/html/index.html
|
noinst_DATA += apidocs/html/index.html
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
EXTRA_DIST += Doxyfile.in
|
||||||
|
|
||||||
# Always build librpm docs
|
# Always build librpm docs
|
||||||
if DOXYGEN
|
if DOXYGEN
|
||||||
|
@ -351,13 +352,12 @@ doc/librpm.doxy: doc/librpm.doxy.in $(pkginclude_HEADERS) Makefile.am
|
||||||
$(SED) -e "s,[@]pkginclude_HEADERS[@],$$files," $(top_srcdir)/doc/librpm.doxy.in > doc/librpm.doxy.tmp
|
$(SED) -e "s,[@]pkginclude_HEADERS[@],$$files," $(top_srcdir)/doc/librpm.doxy.in > doc/librpm.doxy.tmp
|
||||||
(cd doc && ../config.status --file=librpm.doxy:librpm.doxy.tmp)
|
(cd doc && ../config.status --file=librpm.doxy:librpm.doxy.tmp)
|
||||||
rm -f doc/librpm.doxy.tmp
|
rm -f doc/librpm.doxy.tmp
|
||||||
EXTRA_DIST += doc/librpm.doxy.in
|
|
||||||
|
|
||||||
doc/librpm/html/index.html: doc/librpm.doxy
|
doc/librpm/html/index.html: doc/librpm.doxy
|
||||||
@DOXYGEN@ doc/librpm.doxy
|
@DOXYGEN@ doc/librpm.doxy
|
||||||
noinst_DATA += doc/librpm/html/index.html
|
noinst_DATA += doc/librpm/html/index.html
|
||||||
endif
|
endif
|
||||||
|
EXTRA_DIST += doc/librpm.doxy.in
|
||||||
EXTRA_DIST += doc/librpm/html
|
EXTRA_DIST += doc/librpm/html
|
||||||
|
|
||||||
if WITH_INTERNAL_DB
|
if WITH_INTERNAL_DB
|
||||||
|
|
Loading…
Reference in New Issue