From 949880f32396512d9167b1b1f0add8176f408852 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 3 Dec 2012 10:15:07 -0500 Subject: [PATCH] ENH: Make neurodebian.cfg also visible on the website so we could easily fetch up-to-date version if needed --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7829c85..f2876a1 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,7 @@ html: pics source rsync -rvlhpt sphinx/ build/src cd artwork; cp button_w200.png logo_tuned/fmri_w200.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 mv $(WWW_DIR)/_static/robots.txt $(WWW_DIR)/ cp -r build/src/lists $(WWW_DIR)/ -- 2.39.2