summaryrefslogtreecommitdiff
path: root/resource/gnu
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2002-12-24 05:35:21 +0000
committerBrian Jones <cbj@gnu.org>2002-12-24 05:35:21 +0000
commit63cd3a57c0859e69cdf4b6b3549efce94fa79390 (patch)
tree9b4c344925b9cc4c299f83d43a30b25334c2ff16 /resource/gnu
parent8d19a41fa23111a250eff26550db17fd3aceab9b (diff)
downloadclasspath-63cd3a57c0859e69cdf4b6b3549efce94fa79390.tar.gz
* INSTALL: updated link to bugs, tool version numbers
* TODO: removed easy HTML API generation todo item, it's done now; mention that CNI code won't be included in Classpath CVS for now since only gcj is using it * README: remove special mention of ORP * NEWS: add blurb about infrastructure improvements * HACKING: update automake, autoconf version numbers; remove mention of gcjh for compiling JNI libraries; updated gcj/jikes version numbers * lib/Makefile.am: distribute glibj.zip; uninstall no-zip case; separate resources target; avoid extra gen-classlist.sh calls; support DESTDIR * doc/api/Makefile.am: distribute HTML API documentation; install documentation in pkgdatadir/api; uninstall appropriately; support DESTDIR * resource/gnu/java/awt/peer/gtk/Makefile.am: add uninstall-local target; support DESTDIR * resource/java/security/Makefile.am: add uninstall-local target; support DESTDIR * javax/swing/Makefile.am: BoundedRangeModel missing .java extension * javax/transaction/xa/Makefile.am: Removed xa/ from filenames * java/awt/dnd/Makefile.am: added missing .java files to dist * java/net/Makefile.am: added missing .java files to dist * java/nio/channels/Makefile.am: added missing .java files to dist * javax/naming/Makefile.am: added missing .java files to dist * javax/naming/directory/Makefile.am: added missing .java files to dist * javax/naming/event/Makefile.am: new file * javax/naming/event/.cvsignore: new file * javax/naming/ldap/Makefile.am: new file * javax/naming/ldap/.cvsignore: new file * javax/naming/spi/Makefile.am: added missing .java files to dist * javax/sql/Makefile.am: added missing .java files to dist * javax/sql/.cvsignore: new file * javax/swing/plaf/Makefile.am: added missing .java files to dist * javax/swing/Makefile.am: added missing .java files to dist * Makefile.am: ignore errors during dist-hook * configure.in: add missing directory Makefiles to output; add check for 'date', 'cp', and 'mkdir' * acinclude.m4: remove check for 'find' and 'cp'
Diffstat (limited to 'resource/gnu')
-rw-r--r--resource/gnu/java/awt/peer/gtk/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/resource/gnu/java/awt/peer/gtk/Makefile.am b/resource/gnu/java/awt/peer/gtk/Makefile.am
index 0f749e85e..6053690a0 100644
--- a/resource/gnu/java/awt/peer/gtk/Makefile.am
+++ b/resource/gnu/java/awt/peer/gtk/Makefile.am
@@ -6,3 +6,7 @@ EXTRA_DIST = \
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(libdir)/awt
$(INSTALL_DATA) $(srcdir)/font.properties $(DESTDIR)$(libdir)/awt/font.properties
+
+uninstall-local:
+ rm -f $(DESTDIR)$(libdir)/awt/font.properties
+