From 1a03301504e2f5e2e31e1e954f60c3579a391c93 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 27 Apr 2010 17:21:36 -0400 Subject: [PATCH] copy rendered buttons for the websites under _static --- Makefile | 3 ++- artwork/.gitignore | 1 + artwork/Makefile | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5