classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: FYI: PR 23499


From: Tom Tromey
Subject: [cp-patches] Patch: FYI: PR 23499
Date: 22 Aug 2005 12:45:13 -0600

I'm checking this in.

We shouldn't make the 'api' install directory unless we actually plan
to put things in it.  This was reported as libgcj PR 23499.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        PR libgcj/23499:
        * doc/api/Makefile.am (install-data-local): Now conditional on
        CREATE_API_DOCS.
        (uninstall-local): Likewise.

Index: doc/api/Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/doc/api/Makefile.am,v
retrieving revision 1.17
diff -u -r1.17 Makefile.am
--- doc/api/Makefile.am 1 May 2005 13:53:30 -0000 1.17
+++ doc/api/Makefile.am 22 Aug 2005 18:34:42 -0000
@@ -6,6 +6,7 @@
 
 classpathbox = "<span class='logo'><a 
href='http://www.gnu.org/software/classpath' target='_top'>GNU Classpath</a> 
($(VERSION))"
 
+if CREATE_API_DOCS
 install-data-local:
        $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/api
        @list='$(htmllist)'; for p in $$list; do \
@@ -26,6 +27,7 @@
            rm -f $(DESTDIR)$(pkgdatadir)/api/$$f; \
           fi; \
         done
+endif
 
 html: create_html
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]