tazlito diff Makefile @ rev 140

box: clean all code (use tab)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 24 01:14:53 2010 +0100 (2010-01-24)
parents 7f611e11e57e
children cc8b4e7e46b3
line diff
     1.1 --- a/Makefile	Sat Jul 19 05:30:44 2008 +0000
     1.2 +++ b/Makefile	Sun Jan 24 01:14:53 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