tazwok diff Makefile @ rev 362

Fixed new-tree option to make new receipt in clean_wok instend of WOK.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 24 08:50:48 2011 +0000 (2011-02-24)
parents 93cdf8506d92
children 6bc684d6b4f4
line diff
     1.1 --- a/Makefile	Wed Dec 12 18:53:50 2007 +0100
     1.2 +++ b/Makefile	Thu Feb 24 08:50:48 2011 +0000
     1.3 @@ -8,12 +8,14 @@
     1.4  install:
     1.5  	@echo "Installing Tazwok into $(PREFIX)/bin..."
     1.6  	install -g root -o root -m 0777 tazwok $(PREFIX)/bin
     1.7 -	install -g root -o root -m 0644 examples/tazwok.conf /etc
     1.8 +	install -g root -o root -m 0644 examples/tazwok.conf /etc/slitaz
     1.9 +	install -g root -o root -m 0644 examples/config.site /etc
    1.10  	@echo "Installing documentation files..."
    1.11  	install -g root -o root -m 0755 -d $(DOCDIR)/tazwok
    1.12  	install -g root -o root -m 0644 doc/* $(DOCDIR)/tazwok
    1.13  
    1.14  uninstall:
    1.15  	rm -f $(PREFIX)/bin/tazwok
    1.16 -	rm -f /etc/tazwok.conf
    1.17 +	rm -f /etc/slitaz/tazwok.conf
    1.18 +	rm -f /etc/config.site
    1.19  	rm -rf $(DOCDIR)/tazwok