mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-12-23 14:35:31 +02:00
prod/doc/Makefile: added upload to downloads.qi-hardware.com
This commit is contained in:
parent
889757eed0
commit
b9343a9bb7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user