Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 160973
Collapse All | Expand All

(-)doc/Makefile.am (-1 / +1 lines)
Lines 16-22 $(HTML_APIDOC_INTERNALS_DIR).stamp: Doxy Link Here
16
16
17
# FIXME: Depending on the source files would be sufficient...
17
# FIXME: Depending on the source files would be sufficient...
18
# This generates HTML_APIDOC_DIR as well as DOXYGEN_OUTPUT_DIR
18
# This generates HTML_APIDOC_DIR as well as DOXYGEN_OUTPUT_DIR
19
$(DOXYGEN_OUTPUT_DIR).stamp: Doxyfile $(top_builddir)/libexif/libexif.la
19
$(DOXYGEN_OUTPUT_DIR).stamp $(HTML_APIDOC_DIR).stamp: Doxyfile $(top_builddir)/libexif/libexif.la
20
	doxygen $<
20
	doxygen $<
21
	echo > $@
21
	echo > $@
22
22

Return to bug 160973