[anjal] remove the install-data-local and uninstall-local targets



commit dea211a72a9c568feebbd8481727df6fca3f51b5
Author: Jonathon Jongsma <jonathon jongsma collabora co uk>
Date:   Tue Nov 3 12:16:29 2009 -0600

    remove the install-data-local and uninstall-local targets
    
    These are totally unnecessary targets and don't actually work (they cause `make
    install` to fail).  automake generates rules to install the data automatically
    when you define the desktopdir and desktop_DATA variables.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600584

 Makefile.am |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2b751f0..3dcf81d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,14 +15,6 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
 
 #EXTRA_DIST = $(anjaldoc_DATA)
 
-install-data-local: $(desktop_file) 
-	$(mkinstalldirs) $(DESTDIR)$(desktopdir);							\
-	$(INSTALL_DATA) $(desktop_file)									\
-			$(DESTDIR)$(desktopdir)/$(desktop_file) ;	
-
-uninstall-local: 
-	rm -rf $(DESTDIR)$(desktopdir)/$(desktop_file) ; 	
-
 # Copy all the spec files. Of cource, only one is actually used.
 dist-hook:
 	for specfile in *.spec; do \



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