hgbook

changeset 595:e0a4ba81f888

Add throbber for comment submission
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 22:07:30 2009 -0700 (2009-03-26)
parents 0b45854f0b7b
children 4d26453ef459
files en/Makefile en/figs/throbber.gif
line diff
     1.1 --- a/en/Makefile	Thu Mar 26 22:00:53 2009 -0700
     1.2 +++ b/en/Makefile	Thu Mar 26 22:07:30 2009 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  # This makefile requires GNU make.
     1.5  
     1.6 -image-sources := $(wildcard figs/*.dot figs/*.png figs/*.svg)
     1.7 +image-sources := $(wildcard figs/*.dot figs/*.gif figs/*.png figs/*.svg)
     1.8  
     1.9  xml-src-files := \
    1.10  	00book.xml \
    1.11 @@ -9,7 +9,7 @@
    1.12  
    1.13  image-dot := $(filter %.dot,$(image-sources))
    1.14  image-svg := $(filter %.svg,$(image-sources))
    1.15 -image-png := $(filter %.png,$(image-sources))
    1.16 +image-oth := $(filter %.gif %.png,$(image-sources))
    1.17  
    1.18  obj-web := html
    1.19  obj-websup := $(obj-web)/support
    1.20 @@ -18,7 +18,7 @@
    1.21  image-web := \
    1.22  	$(image-dot:%.dot=$(obj-web-read)/%.png) \
    1.23  	$(image-svg:%.svg=$(obj-web-read)/%.png) \
    1.24 -	$(image-png:%=$(obj-web-read)/%)
    1.25 +	$(image-oth:%=$(obj-web-read)/%)
    1.26  
    1.27  example-sources-by-name := \
    1.28  	backout \
    1.29 @@ -155,6 +155,9 @@
    1.30  	inkscape -D -e $@ $<-tmp.svg
    1.31  	rm $<-tmp.svg
    1.32  
    1.33 +$(obj-web-read)/figs/%.gif: figs/%.gif
    1.34 +	cp $< $@
    1.35 +
    1.36  $(obj-web-read)/figs/%.png: figs/%.png
    1.37  	cp $< $@
    1.38  
     2.1 Binary file en/figs/throbber.gif has changed