mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 19:47:29 +02:00
prod/doc/Makefile (DL, atusb-programming.jpg, atrf-path.png): shorten URLs
This commit is contained in:
parent
f5c46de802
commit
4aa05f204b
@ -2,6 +2,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
|
HTMLS=index.html setup.html flash.html test.html analysis.html
|
||||||
JPGS=atusb-programming.jpg atrf-path.png atrf-path-small.png
|
JPGS=atusb-programming.jpg atrf-path.png atrf-path-small.png
|
||||||
|
|
||||||
|
DL=http://downloads.qi-hardware.com/people/werner/wpan/tmp
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all upload clean
|
.PHONY: all upload clean
|
||||||
|
|
||||||
all: $(PNGS) $(JPGS)
|
all: $(PNGS) $(JPGS)
|
||||||
@ -15,10 +18,10 @@ setup-%.png: setup.fig
|
|||||||
{ rm -f $@; exit 1; }
|
{ rm -f $@; exit 1; }
|
||||||
|
|
||||||
atusb-programming.jpg:
|
atusb-programming.jpg:
|
||||||
wget http://downloads.qi-hardware.com/people/werner/wpan/tmp/atusb-programming.jpg
|
wget $(DL)/atusb-programming.jpg
|
||||||
|
|
||||||
atrf-path.png:
|
atrf-path.png:
|
||||||
wget http://downloads.qi-hardware.com/people/werner/wpan/tmp/atrf-path.png
|
wget $(DL)/atrf-path.png
|
||||||
|
|
||||||
atrf-path-small.png: \
|
atrf-path-small.png: \
|
||||||
atrf-path.png
|
atrf-path.png
|
||||||
|
Loading…
Reference in New Issue
Block a user