From d983ccb3c58fd2e498bcf27b8c23d368d17e4513 Mon Sep 17 00:00:00 2001 From: Michael Jennings Date: Tue, 15 Mar 2005 21:48:14 +0000 Subject: Tue Mar 15 16:44:09 2005 Michael Jennings (mej) Reverted part of a patch from Chris Schoeneman (changelog entry "Fri Jun 25 17:48:24 2004") which broke dead keys and compose-key sequences. Fixed autoSHIT for dist/distcheck/distclean/maintainer-clean and newer autoSHIT versions. Fixed error in saving of cut_chars attribute. Fixed saving/handling of beep_command attribute. ---------------------------------------------------------------------- SVN revision: 13745 --- pix/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pix') diff --git a/pix/Makefile.am b/pix/Makefile.am index 289c23f..899e671 100644 --- a/pix/Makefile.am +++ b/pix/Makefile.am @@ -13,3 +13,7 @@ install-data-hook: echo $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)${pixmapdir} ; \ $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)${pixmapdir} ; \ done + +uninstall-hook: + rm -rf $(DESTDIR)$(pkgdatadir)/pix +MAINTAINERCLEANFILES=Makefile.in -- cgit v1.2.1