X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=4c06e30b25aec82acc3460e3529d94d3ca4e40d7;hb=d76841f93aed555242c52c5d2b6605378ffaa907;hp=73f0ab7d87a1e9229200ae51bc8a1b7080ee67fa;hpb=a0cfea3673e1b306e6fe41c5532a8b2c4687b126;p=neurodebian.git diff --git a/Makefile b/Makefile index 73f0ab7..4c06e30 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ refresh: upload-website-stamp mirmon website-build-depends: : # Python modules - sudo apt-get install python-sphinx python-argparse python-xdg python-debian + sudo apt-get install python-sphinx python-argparse python-xdg python-debian python-html5lib : # JavaScripts sudo apt-get install libjs-jquery-easing libjs-jquery-mousewheel libjs-jquery-fancybox @@ -26,7 +26,7 @@ pics: html: pics source rsync -rvlhpt sphinx/ build/src - cd artwork; cp button_w200.png logo_tuned/fmri_w200.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 @@ -48,13 +48,14 @@ distclean: clean source: source-stamp -source-stamp: +source-stamp: mkdir -p build/src/pkgs/ mkdir -p build/src/lists/ mkdir -p build/src/_static/ mkdir -p build/src/pkglists/ $(BIGMESS) mkpkgs -d build/src/pkgs/ $(BIGMESS) mkaptcfgs -d build/src/lists/ + $(BIGMESS) mkmirrorsstat -d build/src $(BIGMESS) mkrepocfg > build/src/sources_lists $(BIGMESS) mkpkgtocs -d build/src/pkglists > build/src/pkgs.rst cp 3rd/nvd3/*.min.js build/src/_static/