tazwok diff Makefile @ rev 333

Remove fonts definition from french manual, ad edit & report commands to it; need some help yo write the check-depends one, can the author of this function do it ?
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Feb 20 19:56:03 2011 +0100 (2011-02-20)
parents 93cdf8506d92
children 6bc684d6b4f4
line diff
     1.1 --- a/Makefile	Wed Dec 12 18:53:50 2007 +0100
     1.2 +++ b/Makefile	Sun Feb 20 19:56:03 2011 +0100
     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