From 6bc1ad85754a28a45dc091e7f98eda5ceefa4154 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sun, 25 Dec 2005 18:20:50 +0000 Subject: "fix" doxgen doc dependencies: do not depend on binaries, but not on source files either... git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@8333 67ed7778-7388-44ab-90cf-0a291f65f57c --- doc/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'doc') 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) > $@ -- cgit v1.2.1