Date:2010-09-25 10:27:50 (13 years 5 months ago)
Author:Werner Almesberger
Commit:31fe9c654ba1a80ae4aa2c0e1d5942425ab07788
Message:Added project sie-ceimtun. Plus some cleanup.

- schhist/Makefile (PHONY, all, update, sie-ceimtun-schhist,
sie-ceimtun-schhist-upload), schhist/demo-index.html: added project
sie-ceimtun
- schhist/Makefile (all): also mention targets "update" and "upload-index"
- schhist/Makefile (atusd-schhist): SCHHIST_TITLE wasn't used
- schhist/demo-index.html: didn't like the <P>, changed it to <BR>
Files: schhist/Makefile (2 diffs)
schhist/demo-index.html (1 diff)

Change Details

schhist/Makefile
99.PHONY: xue-schhist xue-schhist-upload
1010.PHONY: cntr-schhist cntr-schhist-upload
1111.PHONY: atusd-schhist atusd-schhist-upload
12.PHONY: sie-ceimtun-schhist sie-ceimtun-schhist-upload
1213
1314# All the targets are for demo purposes pnly !
1415
1516all:
16        @echo "possible targets:" 2>&1
17        @echo " atusb-schhist atusb-schhist-upload" 2>&1
18        @echo " xue-schhist xue-schhist-upload" 2>&1
19        @echo " cntr-schhist cntr-schhist-upload" 2>&1
20        @echo " atusd-schhist atusd-schhist-upload" 2>&1
21        @exit 1
17    @echo "possible targets:" 2>&1
18    @echo " update upload-index" 2>&1
19    @echo " atusb-schhist atusb-schhist-upload" 2>&1
20    @echo " xue-schhist xue-schhist-upload" 2>&1
21    @echo " cntr-schhist cntr-schhist-upload" 2>&1
22    @echo " atusd-schhist atusd-schhist-upload" 2>&1
23    @echo " sie-ceimtun-schhist sie-ceimtun-schhist-upload" 2>&1
24    @exit 1
2225
2326update:
2427    cd /home/nn/xue && git pull
28    cd /home/nn/sie-ceimtun && git pull
2529    $(MAKE) atusb-schhist atusb-schhist-upload
2630    $(MAKE) xue-schhist xue-schhist-upload
2731    $(MAKE) cntr-schhist cntr-schhist-upload
2832    $(MAKE) atusd-schhist atusd-schhist-upload
33    $(MAKE) sie-ceimtun-schhist sie-ceimtun-schhist-upload
2934
3035upload-index:
3136    scp demo-index.html $(DEST)/index.html
...... 
5964    $(RSYNC) _cntr/* $(DEST)/cntr/
6065
6166atusd-schhist:
62    SCHHIST_TITLE=ben-wpan/atusd
67    SCHHIST_TITLE=ben-wpan/atusd \
6368      SCHHIST_HOME_URL=http://projects.qi-hardware.com/index.php/p/ben-wpan/ \
6469      SCHHIST_COMMIT_TEMPLATE='http://projects.qi-hardware.com/index.php/p/ben-wpan/source/commit/{}/' \
6570      ./schhist2web ../../ben-wpan atusd/atusd.sch _atusd
6671
6772atusd-schhist-upload:
6873    $(RSYNC) _atusd/* $(DEST)/atusd/
74
75sie-ceimtun-schhist:
76    SCHHIST_TITLE="SIE CEIMTUN" \
77      SCHHIST_HOME_URL=http://projects.qi-hardware.com/index.php/p/sie-ceimtun/ \
78      SCHHIST_COMMIT_TEMPLATE='http://projects.qi-hardware.com/index.php/p/sie-ceimtun/source/commit/{}/' \
79      ./schhist2web -f ../../sie-ceimtun KiCad/SIE_power_module.sch \
80        _sie_ceimtun
81
82sie-ceimtun-schhist-upload:
83    $(RSYNC) _sie_ceimtun/* $(DEST)/sie-ceimtun/
schhist/demo-index.html
11<HTML>
22<TITLE>
3Schematics Histories
3Schematics Histories (Demo)
44</TITLE>
55<BODY>
66<H1>Schematics Histories</H1>
7<A href="atusb/">atusb (ben-wpan)</A><P>
8<A href="xue/">Xue</A><P>
9<A href="cntr/">cntr (ben-wpan)</A><P>
10<A href="atusd/">atusd (ben-wpan)</A><P>
7<A href="atusb/">atusb (ben-wpan)</A><BR>
8<A href="xue/">Xue</A><BR>
9<A href="cntr/">cntr (ben-wpan)</A><BR>
10<A href="atusd/">atusd (ben-wpan)</A><BR>
11<A href="sie-ceimtun/">SIE CEIMTUN</A><BR>
1112</BODY>
1213</HTML>

Archive Download the corresponding diff file

Branches:
master



interactive