From: Yaroslav Halchenko Date: Thu, 17 Oct 2013 18:36:44 +0000 (-0400) Subject: ENH(?): adding Dartmouth college logo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7d8847c1bf6dfebc33400d03139c4297f115e994;p=neurodebian.git ENH(?): adding Dartmouth college logo --- diff --git a/Makefile b/Makefile index e9205fd..4c06e30 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ pics: html: pics source rsync -rvlhpt sphinx/ build/src - cd artwork; cp button_w200.png logo_tuned/fmri_w200.png uni-md-logo_h50.png ccn-logo_h50.png ../build/src/_static; cd .. + cd artwork; cp button_w200.png logo_tuned/fmri_w200.png *-logo_h50.png ../build/src/_static; cd .. cp 3rd/jquery.livetwitter/jquery.livetwitter.min.js build/src/_static cp neurodebian.cfg build/src/_static cd build/src && $(MAKE) html BUILDDIR=$(CURDIR)/build 2>&1 diff --git a/artwork/Makefile b/artwork/Makefile index 4872ee8..7bcab85 100644 --- a/artwork/Makefile +++ b/artwork/Makefile @@ -1,7 +1,7 @@ all:: pics SVGIS=$(shell /bin/ls *.svgtune | sed -e 's/.svgtune/_tuned/g') -ICONSIZED=ccn-logo_h50.png uni-md-logo_h50.png +ICONSIZED=ccn-logo_h50.png uni-md-logo_h50.png dartmouth-logo_h50.png pics: $(SVGIS) $(ICONSIZED) diff --git a/sphinx/_templates/layout.html b/sphinx/_templates/layout.html index 4cbb004..989b92c 100644 --- a/sphinx/_templates/layout.html +++ b/sphinx/_templates/layout.html @@ -31,6 +31,7 @@ {% endblock %}