tazlito rev 135

Update Makefile
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jan 23 16:36:46 2010 +0100 (2010-01-23)
parents e2ca73f557c3
children f2b3006d4e42
files Makefile
line diff
     1.1 --- a/Makefile	Sat Jan 23 14:13:08 2010 +0000
     1.2 +++ b/Makefile	Sat Jan 23 16:36:46 2010 +0100
     1.3 @@ -13,17 +13,19 @@
     1.4  install:
     1.5  	@echo "Installing Tazlito into $(PREFIX)/bin..."
     1.6  	install -g root -o root -m 0777 tazlito $(PREFIX)/bin
     1.7 +	install -g root -o root -m 0777 tazlitobox $(PREFIX)/bin
     1.8  	install -g root -o root -m 0755 -d /etc/tazlito
     1.9  	install -g root -o root -m 0644 tazlito.conf /etc/tazlito
    1.10  	#install -g root -o root -m 0644 distro-packages.list /etc/tazlito
    1.11  	@echo "Installing Tazlito documentation..."
    1.12  	install -g root -o root -m 0755 -d /usr/share/doc/tazlito
    1.13 -	install -g root -o root -m 0644 doc/tazlito.html /usr/share/doc/tazlito
    1.14 +	install -g root -o root -m 0644 doc/tazlito.en.html /usr/share/doc/tazlito
    1.15  
    1.16  # Uninstallation commands.
    1.17  
    1.18  uninstall:
    1.19  	rm -f $(PREFIX)/bin/tazlito
    1.20 +	rm -f $(PREFIX)/bin/tazlitobox
    1.21  	rm -rf /etc/tazlito
    1.22  	rm -rf /usr/share/doc/tazlito
    1.23