Project "Tuxbox-GIT: cdk": The branch, master has been updated via ae11d7818a2bf0565ff2399a9b26739f590bc4a2 (commit) from 8a0af951e3f2d053221463c36de8544bee8d67e9 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ae11d7818a2bf0565ff2399a9b26739f590bc4a2 Author: GetAway <get-a...@t-online.de> Date: Thu Mar 12 17:06:21 2015 +0100 yweb: add using styles Signed-off-by: GetAway <get-a...@t-online.de> diff --git a/make/neutrino.mk b/make/neutrino.mk index 866dfa2..2cce6f3 100644 --- a/make/neutrino.mk +++ b/make/neutrino.mk @@ -12,6 +12,7 @@ neutrino: $(appsdir)/tuxbox/neutrino/config.status $(MAKE) -C $(appsdir)/tuxbox/neutrino all $(MAKE) -C $(appsdir)/tuxbox/neutrino install $(MAKE) neutrino-additional-fonts + $(MAKE) var-httpd-styles flash-neutrino: $(flashprefix)/root-neutrino @@ -20,6 +21,7 @@ $(flashprefix)/root-neutrino: $(appsdir)/tuxbox/neutrino/config.status $(MAKE) -C $(appsdir)/tuxbox/neutrino install prefix=$@ $(MAKE) -C $(appsdir)/dvb/zapit install prefix=$@ $(MAKE) neutrino-additional-fonts targetprefix=$@ + $(MAKE) var-httpd-styles targetprefix=$@ if ENABLE_ESD $(INSTALL) $(targetprefix)/bin/esd $@/bin endif @@ -42,3 +44,9 @@ neutrino-additional-fonts: cp $(appsdir)/tuxbox/enigma/data/fonts/bluehigh.ttf $(targetprefix)/share/fonts cp $(appsdir)/tuxbox/enigma/data/fonts/pakenham.ttf $(targetprefix)/share/fonts cp $(appsdir)/tuxbox/enigma/data/fonts/unmrs.pfa $(targetprefix)/share/fonts + +var-httpd-styles: + install -d $(targetprefix)/var/httpd + install -d $(targetprefix)/var/httpd/styles + cp $(appsdir)/tuxbox/neutrino/daemons/nhttpd/web/styles/Y_Dist.css $(targetprefix)/var/httpd + ln -sf /var/httpd/Y_Dist.css $(targetprefix)/share/tuxbox/neutrino/httpd-y/Y_Dist.css ----------------------------------------------------------------------- Summary of changes: make/neutrino.mk | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) -- Tuxbox-GIT: cdk ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Tuxbox-cvs-commits mailing list Tuxbox-cvs-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tuxbox-cvs-commits