1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-01 02:59:50 +03:00

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>
This commit is contained in:
Werner Almesberger 2010-09-25 05:27:50 -03:00
parent bd26493b98
commit 31fe9c654b
2 changed files with 28 additions and 12 deletions

View File

@ -9,23 +9,28 @@ RSYNC = eval rsync -a --progress "--exclude "$(CACHE_DIRS)/
.PHONY: xue-schhist xue-schhist-upload
.PHONY: cntr-schhist cntr-schhist-upload
.PHONY: atusd-schhist atusd-schhist-upload
.PHONY: sie-ceimtun-schhist sie-ceimtun-schhist-upload
# All the targets are for demo purposes pnly !
all:
@echo "possible targets:" 2>&1
@echo " atusb-schhist atusb-schhist-upload" 2>&1
@echo " xue-schhist xue-schhist-upload" 2>&1
@echo " cntr-schhist cntr-schhist-upload" 2>&1
@echo " atusd-schhist atusd-schhist-upload" 2>&1
@exit 1
@echo "possible targets:" 2>&1
@echo " update upload-index" 2>&1
@echo " atusb-schhist atusb-schhist-upload" 2>&1
@echo " xue-schhist xue-schhist-upload" 2>&1
@echo " cntr-schhist cntr-schhist-upload" 2>&1
@echo " atusd-schhist atusd-schhist-upload" 2>&1
@echo " sie-ceimtun-schhist sie-ceimtun-schhist-upload" 2>&1
@exit 1
update:
cd /home/nn/xue && git pull
cd /home/nn/sie-ceimtun && git pull
$(MAKE) atusb-schhist atusb-schhist-upload
$(MAKE) xue-schhist xue-schhist-upload
$(MAKE) cntr-schhist cntr-schhist-upload
$(MAKE) atusd-schhist atusd-schhist-upload
$(MAKE) sie-ceimtun-schhist sie-ceimtun-schhist-upload
upload-index:
scp demo-index.html $(DEST)/index.html
@ -59,10 +64,20 @@ cntr-schhist-upload:
$(RSYNC) _cntr/* $(DEST)/cntr/
atusd-schhist:
SCHHIST_TITLE=ben-wpan/atusd
SCHHIST_TITLE=ben-wpan/atusd \
SCHHIST_HOME_URL=http://projects.qi-hardware.com/index.php/p/ben-wpan/ \
SCHHIST_COMMIT_TEMPLATE='http://projects.qi-hardware.com/index.php/p/ben-wpan/source/commit/{}/' \
./schhist2web ../../ben-wpan atusd/atusd.sch _atusd
atusd-schhist-upload:
$(RSYNC) _atusd/* $(DEST)/atusd/
sie-ceimtun-schhist:
SCHHIST_TITLE="SIE CEIMTUN" \
SCHHIST_HOME_URL=http://projects.qi-hardware.com/index.php/p/sie-ceimtun/ \
SCHHIST_COMMIT_TEMPLATE='http://projects.qi-hardware.com/index.php/p/sie-ceimtun/source/commit/{}/' \
./schhist2web -f ../../sie-ceimtun KiCad/SIE_power_module.sch \
_sie_ceimtun
sie-ceimtun-schhist-upload:
$(RSYNC) _sie_ceimtun/* $(DEST)/sie-ceimtun/

View File

@ -1,12 +1,13 @@
<HTML>
<TITLE>
Schematics Histories
Schematics Histories (Demo)
</TITLE>
<BODY>
<H1>Schematics Histories</H1>
<A href="atusb/">atusb (ben-wpan)</A><P>
<A href="xue/">Xue</A><P>
<A href="cntr/">cntr (ben-wpan)</A><P>
<A href="atusd/">atusd (ben-wpan)</A><P>
<A href="atusb/">atusb (ben-wpan)</A><BR>
<A href="xue/">Xue</A><BR>
<A href="cntr/">cntr (ben-wpan)</A><BR>
<A href="atusd/">atusd (ben-wpan)</A><BR>
<A href="sie-ceimtun/">SIE CEIMTUN</A><BR>
</BODY>
</HTML>