]> git.donarmstrong.com Git - neurodebian.git/commitdiff
BF: returning back "source" requisite for html:
authorYaroslav Halchenko <debian@onerussian.com>
Tue, 27 Apr 2010 21:29:18 +0000 (17:29 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Tue, 27 Apr 2010 21:29:18 +0000 (17:29 -0400)
Makefile

index 97e75699974e13822046208e27d457fbfd6db8a0..033b9e38a4d837998a395c4fe19d9f2dd3dc478d 100644 (file)
--- 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