summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2005-07-11 05:52:42 +0000
committerMarcus Meissner <marcus@jet.franken.de>2005-07-11 05:52:42 +0000
commitdf075b40edf523d6c6b26ee75ec925885095bb47 (patch)
treefce5155af1613dba9d97392c6a9ba1067fe6b0e2 /doc
parent917613eb69da5925ef017925e92017c07c506134 (diff)
downloadlibgphoto2-df075b40edf523d6c6b26ee75ec925885095bb47.tar.gz
make "make dist" work without doxygen installed
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@8173 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index e6e9a9784..525cde0bb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -54,6 +54,12 @@ uninstall-local: uninstall-apidocs
clean-local: clean-apidocs
+doc_EXTRA_DIST = $(HTML_APIDOC_DIR).tar.gz
+
+doc_DATA = $(DOXYGEN_FILES) README.apidocs
+
+CLEANFILES = $(DOXYGEN_FILES) $(DOXYGEN_STAMPS)
+
endif
@@ -61,10 +67,4 @@ endif
# Common part
########################################################################
-EXTRA_DIST = Doxyfile.in README.apidocs $(HTML_APIDOC_DIR).tar.gz $(old_EXTRA_DIST)
-
-doc_DATA = $(DOXYGEN_FILES) README.apidocs
-
-
-CLEANFILES = $(DOXYGEN_FILES) $(DOXYGEN_STAMPS)
-
+EXTRA_DIST = $(doc_EXTRA_DIST) Doxyfile.in README.apidocs $(old_EXTRA_DIST)