This adds an additional exclusion for taglets when
not building GJDoc.  Found when compiling the GCJ
Classpath 0.98 merge, and will also be applied there.

ChangeLog:

2008-08-20  Andrew John Hughes  <[EMAIL PROTECTED]>

        * tools/Makefile.am:
        Add taglets subdirectory to list of excluded
        paths when GJDoc is not compiled.

-- 
Andrew :)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8
Index: tools/Makefile.am
===================================================================
RCS file: /sources/classpath/classpath/tools/Makefile.am,v
retrieving revision 1.53
diff -u -u -r1.53 Makefile.am
--- tools/Makefile.am   15 Jul 2008 15:33:52 -0000      1.53
+++ tools/Makefile.am   19 Aug 2008 22:23:38 -0000
@@ -262,6 +262,7 @@
 if !CREATE_GJDOC
 GJDOC_EX = -path '*gnu/classpath/tools/gjdoc' -prune -o \
        -path '*gnu/classpath/tools/doclets' -prune -o \
+       -path '*gnu/classpath/tools/taglets' -prune -o \
        -path '*com/sun/javadoc' -prune -o \
        -path '*com/sun/tools/doclets' -prune -o \
        -path '*com/sun/tools/javadoc' -prune -o

Reply via email to