fix #1443183: install error when doxygen is not present
authorHans Ulrich Niedermann <hun@n-dimensional.de>
Thu, 10 May 2007 15:46:57 +0000 (17:46 +0200)
committerHans Ulrich Niedermann <hun@n-dimensional.de>
Thu, 10 May 2007 15:46:57 +0000 (17:46 +0200)
NEWS
doc/Makefile.am

diff --git a/NEWS b/NEWS
index 11bb4ee..bc1433a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 New in 0.6.14.cvs1 since 0.6.14 (2007-05-10):
 
   * Bug fixes:
+    [ 1443183 ] install error when doxygen is not present.
 
 
 New in 0.6.14 since 0.6.13 (2005-12-27):
index 7f22052..716db99 100644 (file)
@@ -61,6 +61,15 @@ $(DOXYGEN_UPLOAD): $(DOXYGEN_STAMPS)
        rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/internals/
        ssh "sf" "find /home/groups/l/li/libexif/htdocs/internals /home/groups/l/li/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -or \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -or -name '*.png' -or -name '*.php' -or -name '*.jpg' -or -name '*.css' -name '*.dot' -name '*.map' \) -exec chmod a+r {} \; \)"
 
+else
+
+# Dummy targets for non-doxygen case
+install-apidocs:
+install-apidocs-internals:
+uninstall-apidocs:
+uninstall-apidocs-internals:
+clean-apidocs:
+
 endif