Root/scripts/Makefile

Source at commit 2921bcea47bc9926587d60469c8bbd2e02d906a8 created 13 years 7 months ago.
By Werner Almesberger, New script sanitize-profile to remove glitches from a KiCad profile.
1SHELL = /bin/bash
2
3.PHONY: all ben-wpan-schhist xue-schhist
4
5# All the targets are for demo purposes pnly !
6
7all:
8        @echo "possible targets:" 2>&1
9        @echo " ben-wpan-schhist ben-wpan-schhist-upload" 2>&1
10        @echo " xue-schhist xue-schhist-upload" 2>&1
11        @exit 1
12
13ben-wpan-schhist:
14    SCHHIST_TITLE=ben-wpan/atrf \
15      SCHHIST_HOME_URL=http://projects.qi-hardware.com/index.php/p/ben-wpan/ \
16      SCHHIST_COMMIT_TEMPLATE='http://projects.qi-hardware.com/index.php/p/ben-wpan/source/commit/{}/' \
17      ./schhist2web atrf/wpan-atrf.sch
18
19ben-wpan-schhist-upload:
20     rsync -a --progress _out/{index.html,unchanged.png,thum*,diff*} \
21       werner@host:/home/httpd/almesberger/misc/ben/demo/
22
23xue-schhist:
24    SCHHIST_TITLE=Xue \
25      SCHHIST_HOME_URL=http://projects.qi-hardware.com/index.php/p/xue/ \
26      SCHHIST_COMMIT_TEMPLATE='http://projects.qi-hardware.com/index.php/p/xue/source/commit/{}/' \
27      ./schhist2web -S ../../xue kicad/xue-rnc/xue-rnc.sch _xue
28
29xue-schhist-upload:
30     rsync -a --progress _xue/{index.html,unchanged.png,thum*,diff*} \
31       werner@host:/home/httpd/almesberger/misc/ben/demo2/
32

Archive Download this file



interactive