Update of /cvsroot/libexif/libexif/doc
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv14511/doc
Modified Files:
Makefile.am
Log Message:
fix #1443183: install error when doxygen is not present
Index: Makefile.am
===================================================================
RCS file: /cvsroot/libexif/libexif/doc/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- Makefile.am 18 Jul 2005 20:36:24 -0000 1.7
+++ Makefile.am 10 May 2007 15:46:55 -0000 1.8
@@ -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
|