1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-04 06:56:21 +03:00

prod/doc/Makefile: added upload to downloads.qi-hardware.com

This commit is contained in:
Werner Almesberger 2011-05-26 16:39:26 -03:00
parent 889757eed0
commit b9343a9bb7

View File

@ -1,6 +1,9 @@
PNGS=flow.png setup-A.png setup-B.png setup-C.png setup-D.png
HTMLS=index.html setup.html flash.html test.html analysis.html
JPGS=atusb-programming.jpg
.PHONY: all upload clean
all: $(PNGS) $(JPGS)
flow.png: flow.fig
@ -14,5 +17,9 @@ setup-%.png: setup.fig
atusb-programming.jpg:
wget http://downloads.qi-hardware.com/people/werner/wpan/tmp/atusb-programming.jpg
upload: $(HTMLS) $(PNGS) $(JPGS)
rsync -e ssh $^ \
www-data@downloads.qi-hardware.com:werner/wpan/prod/
clean:
rm -f $(PNGS)