summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 525cde0bb..0a4d36d76 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -19,14 +19,11 @@ if HAVE_DOXYGEN
DOXYGEN_FILES =
DOXYGEN_STAMPS = $(DOXYGEN_OUTPUT_DIR).stamp
-# FIXME: Depending on the source files would be sufficient...
-$(DOXYGEN_OUTPUT_DIR).stamp: Doxyfile $(top_builddir)/libgphoto2/libgphoto2.la
+# FIXME: Depend on source files.
+$(DOXYGEN_OUTPUT_DIR).stamp: Doxyfile
doxygen Doxyfile
echo > $@
-$(top_builddir)/libgphoto2/libgphoto2.la:
- cd $(top_builddir)/libgphoto2 && $(MAKE) libgphoto2.la
-
$(HTML_APIDOC_DIR).tar.gz: $(DOXYGEN_OUTPUT_DIR).stamp
(cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@