From: Yaroslav Halchenko Date: Tue, 27 Apr 2010 21:21:36 +0000 (-0400) Subject: copy rendered buttons for the websites under _static X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1a03301504e2f5e2e31e1e954f60c3579a391c93;p=neurodebian.git copy rendered buttons for the websites under _static --- diff --git a/Makefile b/Makefile index 2899020..97e7569 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,9 @@ pics: $(MAKE) -C artwork -html: pics source +html: pics 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 mv $(WWW_DIR)/_static/robots.txt $(WWW_DIR)/ diff --git a/artwork/.gitignore b/artwork/.gitignore index 07ff1af..a5fe3c8 100644 --- a/artwork/.gitignore +++ b/artwork/.gitignore @@ -1,3 +1,4 @@ logo_tuned logo_tuned/label_w200.png logo_tuned/fmri_w200.png +button_w200.png diff --git a/artwork/Makefile b/artwork/Makefile index 9f88e45..c6b7713 100644 --- a/artwork/Makefile +++ b/artwork/Makefile @@ -31,7 +31,7 @@ ignore-%: # Some enforced conversions to overcome problems with transparency issues # in PDFs -all:: logo_tuned/fmri_w200.png +all:: logo_tuned/fmri_w200.png button_w200.png .PHONY: all pics