tazpanel diff Makefile @ rev 558

Change icons presentation in code - free to use anywhere, simplify icons substitution, minify html, misc
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 10 04:11:45 2015 +0200 (2015-12-10)
parents 694b20d6963c
children af4581f2f49d
line diff
     1.1 --- a/Makefile	Mon Dec 07 02:36:31 2015 +0200
     1.2 +++ b/Makefile	Thu Dec 10 04:11:45 2015 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  	cp -a *.cgi bootloader tazpanel \
     1.5  		lib/libtazpanel lib/*.js \
     1.6  		styles/default/*.html styles/default/*.css \
     1.7 -		build
     1.8 +		doc/tazpanel.*.html build
     1.9  	./stripall.sh
    1.10  
    1.11  # i18n
    1.12 @@ -54,12 +54,15 @@
    1.13  		$(DESTDIR)$(PANEL)/menu.d \
    1.14  		$(DESTDIR)/var/log \
    1.15  		$(DESTDIR)$(PANEL)/lib \
    1.16 -		$(DESTDIR)$(PANEL)/styles/default
    1.17 +		$(DESTDIR)$(PANEL)/styles/default \
    1.18 +		$(DESTDIR)$(PANEL)/doc
    1.19  
    1.20  	cp -a build/tazpanel $(DESTDIR)$(PREFIX)/bin
    1.21  	-[ "$(VERSION)" ] && sed -i 's/^VERSION=[0-9].*/VERSION=$(VERSION)/' $(DESTDIR)$(PREFIX)/bin/tazpanel
    1.22  
    1.23 -	cp -a doc/ README README.html $(DESTDIR)$(PANEL)
    1.24 +	cp -a README README.html $(DESTDIR)$(PANEL)
    1.25 +	cp -a build/tazpanel.*.html $(DESTDIR)$(PANEL)/doc
    1.26 +	ln -sf tazpanel.en.html $(DESTDIR)$(PANEL)/doc/tazpanel.html
    1.27  	cp -a build/libtazpanel build/gz/*.js.gz $(DESTDIR)$(PANEL)/lib
    1.28  	cp -a build/gz/*.css.gz build/*.html styles/default/*.ico styles/default/*.ttf $(DESTDIR)$(PANEL)/styles/default
    1.29