1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-11-22 22:03:43 +02:00

Added AVT2 to the Makefile and the demo index.

- schhist/Makefile (PHONY, board-qi-avt2, board-qi-avt2-upload): added
  board-qi-avt2 (avt2)
- schhist/demo-index.html: added avt2
This commit is contained in:
Werner Almesberger 2010-10-03 23:31:35 -03:00
parent 4c81717cca
commit 781c92d2d5
2 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,7 @@ RSYNC = eval rsync -a --progress "--exclude "$(CACHE_DIRS)/
.PHONY: atusd-schhist atusd-schhist-upload .PHONY: atusd-schhist atusd-schhist-upload
.PHONY: sie-ceimtun-schhist sie-ceimtun-schhist-upload .PHONY: sie-ceimtun-schhist sie-ceimtun-schhist-upload
.PHONY: sie-v2-schhist sie-v2-schhist-upload .PHONY: sie-v2-schhist sie-v2-schhist-upload
.PHONY: board-qi-avt2 board-qi-avt2-upload
# All the targets are for demo purposes pnly ! # All the targets are for demo purposes pnly !
@ -95,3 +96,13 @@ sie-v2-schhist:
sie-v2-schhist-upload: sie-v2-schhist-upload:
$(RSYNC) _sie_v2/* $(DEST)/sie-v2/ $(RSYNC) _sie_v2/* $(DEST)/sie-v2/
board-qi-avt2:
SCHHIST_TITLE="AVT2" \
SCHHIST_HOME_URL=http://projects.qi-hardware.com/index.php/p/board-qi-avt2/ \
SCHHIST_COMMIT_TEMPLATE='http://projects.qi-hardware.com/index.php/p/board-qi-avt2/source/commit/{}/' \
./schhist2web -S ../../board-qi-avt2 \
main/Qi_AVT2.sch _avt2
board-qi-avt2-upload:
$(RSYNC) _avt2/* $(DEST)/avt2/

View File

@ -9,5 +9,6 @@ Schematics Histories (Demo)
<A href="cntr/">cntr (ben-wpan)</A><BR> <A href="cntr/">cntr (ben-wpan)</A><BR>
<A href="atusd/">atusd (ben-wpan)</A><BR> <A href="atusd/">atusd (ben-wpan)</A><BR>
<A href="sie-ceimtun/">SIE CEIMTUN</A><BR> <A href="sie-ceimtun/">SIE CEIMTUN</A><BR>
<A href="avt2/">AVT2</A><BR>
</BODY> </BODY>
</HTML> </HTML>