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



commit 95a49a38f45aeba719a5e45e22eff22f7eace010
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 dd181da..e7396ec 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_DATA)									\
-			$(DESTDIR)$(desktopdir)/$(desktop_DATA) ;	
-
-uninstall-local: 
-	rm -rf $(DESTDIR)$(desktopdir)/$(desktop_DATA) ; 	
-
 # 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]