tazlito rev 265 4.6

Update Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 17 16:56:30 2012 +0100 (2012-03-17)
parents a6c0d01e8a9c
children f47520d56fff
files Makefile
line diff
     1.1 --- a/Makefile	Sat Mar 17 16:47:02 2012 +0100
     1.2 +++ b/Makefile	Sat Mar 17 16:56:30 2012 +0100
     1.3 @@ -31,15 +31,14 @@
     1.4  # Config file goes in /etc/tazlito
     1.5  
     1.6  install: msgfmt
     1.7 -	@echo "Installing Tazlito into $(DESTDIR)$(PREFIX)/bin..."
     1.8  	install -m 0755 -d $(DESTDIR)$(PREFIX)/bin
     1.9  	install -m 0777 tazlito $(DESTDIR)$(PREFIX)/bin
    1.10  	install -m 0777 tazlito-wiz $(DESTDIR)$(PREFIX)/bin
    1.11  	install -m 0755 -d $(DESTDIR)/etc/tazlito
    1.12  	install -m 0644 tazlito.conf $(DESTDIR)/etc/tazlito
    1.13 -	@echo "Installing Tazlito documentation..."
    1.14 -	install -m 0755 -d $(DESTDIR)/usr/share/doc/tazlito
    1.15 -	cp -a doc/*.html $(DESTDIR)/usr/share/doc/tazlito
    1.16 +	install -m 0755 -d $(DESTDIR)/usr/share/doc
    1.17 +	cp -a applications $(DESTDIR)/usr/share
    1.18 +	cp -a doc $(DESTDIR)/usr/share/doc/tazlito
    1.19  	# i18n
    1.20  	mkdir -p $(DESTDIR)$(PREFIX)/share/locale
    1.21  	cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale
    1.22 @@ -51,11 +50,8 @@
    1.23  	rm -f $(PREFIX)/bin/tazlito-wiz
    1.24  	rm -rf /etc/tazlito
    1.25  	rm -rf /usr/share/doc/tazlito
    1.26 +	rm -rf /usr/share/applications/tazlito*.desktop
    1.27  	rm -rf $(PREFIX)/share/locale/*/LC_MESSAGES/tazlito*.mo
    1.28  
    1.29  clean:
    1.30 -	rm -rf _pkg
    1.31  	rm -rf po/mo
    1.32 -	
    1.33 -
    1.34 -