# HG changeset patch # User Bryan O'Sullivan # Date 1238130450 25200 # Node ID e0a4ba81f88847adeb7371c0c8737eb6ad379f61 # Parent 0b45854f0b7b0170308103660b7fb16c49886b51 Add throbber for comment submission diff -r 0b45854f0b7b -r e0a4ba81f888 en/Makefile --- a/en/Makefile Thu Mar 26 22:00:53 2009 -0700 +++ b/en/Makefile Thu Mar 26 22:07:30 2009 -0700 @@ -1,6 +1,6 @@ # This makefile requires GNU make. -image-sources := $(wildcard figs/*.dot figs/*.png figs/*.svg) +image-sources := $(wildcard figs/*.dot figs/*.gif figs/*.png figs/*.svg) xml-src-files := \ 00book.xml \ @@ -9,7 +9,7 @@ image-dot := $(filter %.dot,$(image-sources)) image-svg := $(filter %.svg,$(image-sources)) -image-png := $(filter %.png,$(image-sources)) +image-oth := $(filter %.gif %.png,$(image-sources)) obj-web := html obj-websup := $(obj-web)/support @@ -18,7 +18,7 @@ image-web := \ $(image-dot:%.dot=$(obj-web-read)/%.png) \ $(image-svg:%.svg=$(obj-web-read)/%.png) \ - $(image-png:%=$(obj-web-read)/%) + $(image-oth:%=$(obj-web-read)/%) example-sources-by-name := \ backout \ @@ -155,6 +155,9 @@ inkscape -D -e $@ $<-tmp.svg rm $<-tmp.svg +$(obj-web-read)/figs/%.gif: figs/%.gif + cp $< $@ + $(obj-web-read)/figs/%.png: figs/%.png cp $< $@ diff -r 0b45854f0b7b -r e0a4ba81f888 en/figs/throbber.gif Binary file en/figs/throbber.gif has changed