mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-12-23 17:41:10 +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
|
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
|
JPGS=atusb-programming.jpg
|
||||||
|
|
||||||
|
.PHONY: all upload clean
|
||||||
|
|
||||||
all: $(PNGS) $(JPGS)
|
all: $(PNGS) $(JPGS)
|
||||||
|
|
||||||
flow.png: flow.fig
|
flow.png: flow.fig
|
||||||
@ -14,5 +17,9 @@ setup-%.png: setup.fig
|
|||||||
atusb-programming.jpg:
|
atusb-programming.jpg:
|
||||||
wget http://downloads.qi-hardware.com/people/werner/wpan/tmp/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:
|
clean:
|
||||||
rm -f $(PNGS)
|
rm -f $(PNGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user