Hi, This fixes a small bug detected in gcc when trying to create html when gjdoc isn't installed.
2006-11-25 Mark Wielaard <[EMAIL PROTECTED]>
Fixes bug #28822
* doc/api/Makefile.am (create_html): Guard GJDOC invocation with
CREATE_API_DOCS
Committed,
Mark
diff -u -r1.19 Makefile.am
--- doc/api/Makefile.am 30 Jan 2006 12:52:53 -0000 1.19
+++ doc/api/Makefile.am 25 Nov 2006 14:47:57 -0000
@@ -36,6 +36,7 @@
create_html:
-$(MKDIR) html > /dev/null 2>&1
+if CREATE_API_DOCS
$(GJDOC) \
-use \
-sourcepath "$(sourcepath)" \
@@ -51,3 +52,4 @@
-header $(classpathbox) -footer $(classpathbox) \
-subpackages java:javax:org
touch create_html
+endif
signature.asc
Description: This is a digitally signed message part
