Date:2011-05-26 21:39:26 (12 years 10 months ago)
Author:Werner Almesberger
Commit:b9343a9bb72eefdacd324d403e1a6e477ec4cd70
Message:prod/doc/Makefile: added upload to downloads.qi-hardware.com

Files: prod/doc/Makefile (2 diffs)

Change Details

prod/doc/Makefile
11PNGS=flow.png setup-A.png setup-B.png setup-C.png setup-D.png
2HTMLS=index.html setup.html flash.html test.html analysis.html
23JPGS=atusb-programming.jpg
34
5.PHONY: all upload clean
6
47all: $(PNGS) $(JPGS)
58
69flow.png: flow.fig
...... 
1417atusb-programming.jpg:
1518        wget http://downloads.qi-hardware.com/people/werner/wpan/tmp/atusb-programming.jpg
1619
20upload: $(HTMLS) $(PNGS) $(JPGS)
21        rsync -e ssh $^ \
22            www-data@downloads.qi-hardware.com:werner/wpan/prod/
23
1724clean:
1825        rm -f $(PNGS)

Archive Download the corresponding diff file



interactive