From: Yaroslav Halchenko Date: Tue, 27 Apr 2010 21:29:18 +0000 (-0400) Subject: BF: returning back "source" requisite for html: X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=acbfc1f6579c8678c575a1d38a098057b05cee4f;p=neurodebian.git BF: returning back "source" requisite for html: --- diff --git a/Makefile b/Makefile index 97e7569..033b9e3 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ pics: $(MAKE) -C artwork -html: pics +html: pics source rsync -rvlhp sphinx/ build/src cd artwork; cp button_w200.png logo_tuned/fmri_w200.png ../build/src/_static; cd .. cd build/src && $(MAKE) html BUILDDIR=$(CURDIR)/build 2>&1