<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,7 @@ else
     done
     if [ &quot;x$DOXYGEN&quot; = &quot;x&quot; ]; then
         echo &quot;No Doxygen found; fetch it from http://www.doxygen.org/ and install it in /Applications&quot;
-        DOXYGEN=/usr/bin/true
+        DOXYGEN=
     fi
 fi
 
@@ -58,6 +58,10 @@ iphone/www/phonegap.js: lib/iphone/phonegap-min.js
 
 docs :: javascript_docs iphone_docs
 
+EOF
+
+if [ &quot;x$DOXYGEN&quot; != &quot;x&quot; ]; then
+    cat &gt;&gt; Makefile &lt;&lt;EOF
 iphone_docs: iphone/doxygen.cfg
 	\$(DOXYGEN) iphone/doxygen.cfg
 	-\$(RM_RF) \$(IPHONE_DOCSET_TMPDIR)
@@ -72,6 +76,9 @@ iphone_docs: iphone/doxygen.cfg
 	\$(OPEN) ~/Library/Developer/Shared/Documentation/DocSets/org.phonegap.PhoneGap.docset
 
 EOF
+else
+    echo iphone_docs: &gt;&gt; Makefile
+fi
 
 echo javascript_docs :: javascripts/*.js &gt;&gt; Makefile
 echo &quot;	\$(JAVA) -jar util/jsdoc-toolkit/jsrun.jar util/jsdoc-toolkit/app/run.js -a -d=docs/javascript -t=util/jsdoc-toolkit/templates/jsdoc &quot; javascripts/*.js &gt;&gt; Makefile</diff>
      <filename>configure</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e30f621867bda04fe0e24d0960d2767329a089f9</id>
    </parent>
  </parents>
  <author>
    <name>Michael Nachbaur</name>
    <email>mike@nachbaur.com</email>
  </author>
  <url>http://github.com/sintaxi/phonegap/commit/cb77b83fad2fef17024dfbe69d2a35602f03ad19</url>
  <id>cb77b83fad2fef17024dfbe69d2a35602f03ad19</id>
  <committed-date>2009-05-08T16:14:52-07:00</committed-date>
  <authored-date>2009-05-08T16:14:52-07:00</authored-date>
  <message>Only generate Doxygen Makefile section if doxygen is installed</message>
  <tree>6aad1430b192452c56adf7574baf38940d231ac6</tree>
  <committer>
    <name>Michael Nachbaur</name>
    <email>mike@nachbaur.com</email>
  </committer>
</commit>
