tazpanel diff Makefile @ rev 314

Up makefile; make pot; make msgmerge; up ru.po
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 17 15:29:27 2012 +0300 (2012-05-17)
parents fdfc6b494539
children f50f3c09d208
line diff
     1.1 --- a/Makefile	Fri May 04 13:00:43 2012 +0300
     1.2 +++ b/Makefile	Thu May 17 15:29:27 2012 +0300
     1.3 @@ -18,7 +18,7 @@
     1.4  		--package-version="$(VERSION)" \
     1.5  		./tazpanel ./index.cgi ./pkgs.cgi ./live.cgi ./network.cgi ./boot.cgi \
     1.6  		./hardware.cgi ./settings.cgi ./lib/libtazpanel ./installer.cgi \
     1.7 -		./help.cgi ./styles/default/header.sh ./styles/default/footer.sh
     1.8 +		./help.cgi ./styles/default/header.html ./styles/default/footer.html
     1.9  
    1.10  msgmerge:
    1.11  	@for l in $(LINGUAS); do \
    1.12 @@ -45,7 +45,7 @@
    1.13  		$(DESTDIR)/var/log
    1.14  	cp -a tazpanel $(DESTDIR)$(PREFIX)/bin
    1.15  	cp -a data/*.conf $(DESTDIR)$(SYSCONFDIR)
    1.16 -	cp -a *.cgi lib/ styles/ doc/ README $(DESTDIR)$(PANEL)
    1.17 +	cp -a *.cgi lib/ styles/ doc/ README* $(DESTDIR)$(PANEL)
    1.18  	cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale
    1.19  	cp -a data/*.desktop $(DESTDIR)$(PREFIX)/share/applications
    1.20  	cp -a data/*.png $(DESTDIR)$(PREFIX)/share/pixmaps