1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-07-03 00:32:00 +03:00
eda-tools/schhist/Makefile
Werner Almesberger 4780b8b33b schhist2web: users can now specify how names are ordered.
- schhist/schhist2web: sort names in the order specified by the environment
  variable SCHHIST_ORDER (colon-separated list of names)
- schhist/Makefile (atusb-schhist): order sheets
2010-09-22 10:14:38 -03:00

58 lines
2.0 KiB
Makefile

SHELL = /bin/bash
CACHE_DIRS = {ppm0,ppm1,ppm2,ps}
DEST = werner@host:/home/httpd/almesberger/misc/ben/
RSYNC = eval rsync -a --progress "--exclude "$(CACHE_DIRS)/
.PHONY: all ben-wpan-schhist ben-wpan-schhist-upload
.PHONY: xue-schhist xue-schhist-upload
.PHONY: cntr-schhist cntr-schhist-upload
.PHONY: atusd-schhist atusd-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
atusb-schhist:
SCHHIST_TITLE=ben-wpan/atrf \
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/{}/' \
SCHHIST_ORDER=wpan-atrf:USB:RF \
./schhist2web ../../ben-wpan atrf/wpan-atrf.sch _atusb
atusb-schhist-upload:
$(RSYNC) _atusb/* $(DEST)/demo/
xue-schhist:
SCHHIST_TITLE=Xue \
SCHHIST_HOME_URL=http://projects.qi-hardware.com/index.php/p/xue/ \
SCHHIST_COMMIT_TEMPLATE='http://projects.qi-hardware.com/index.php/p/xue/source/commit/{}/' \
./schhist2web -S ../../xue kicad/xue-rnc/xue-rnc.sch _xue
xue-schhist-upload:
$(RSYNC) _xue/* $(DEST)/demo2/
cntr-schhist:
SCHHIST_TITLE=ben-wpan/cntr \
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 cntr/cntr.sch _cntr
cntr-schhist-upload:
$(RSYNC) _cntr/* $(DEST)/demo3/
atusd-schhist:
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)/demo4/