From 7d8847c1bf6dfebc33400d03139c4297f115e994 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 17 Oct 2013 14:36:44 -0400 Subject: [PATCH] ENH(?): adding Dartmouth college logo --- Makefile | 2 +- artwork/Makefile | 2 +- sphinx/_templates/layout.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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 %} -- 2.39.2