summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2005-12-25 18:20:50 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2005-12-25 18:20:50 +0000
commit6bc1ad85754a28a45dc091e7f98eda5ceefa4154 (patch)
tree9778ef8c271140fbb7736cea16d05adde4fbef7b /doc
parent4cc3bd442db6653cc81968c2a707453b9c1c05f7 (diff)
downloadlibgphoto2-6bc1ad85754a28a45dc091e7f98eda5ceefa4154.tar.gz
"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
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) > $@