1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-22 16:09:41 +02:00
ben-scans/web/Makefile
Werner Almesberger 42f6a9966e Index page update for recent completions.
- web/Makefile: make test.html and index.html phony so that they're rebuilt
  each time we run make (make doesn't know all the dependencies)
- web/index.sh: added ben-bottom-nobat-100um
- web/index.sh: added ben-kbd-top-1mm and ben-kbd-top-500um
- web/index.sh: added complete ben-bottom-inside2 series
- web/index.sh: added pointer to ben-bottom-inside2 to ben-bottom-inside
- web/style.sh (scan_set): add name anchor for each series
2010-08-26 02:11:42 -03:00

18 lines
400 B
Makefile

.PHONY: all upload ../test.html ../index.html
all: ../test.html
#
# remove once a better place for index.html has been found
#
upload: ../index.html
rsync -v --progress $< \
werner@host:/home/httpd/almesberger/misc/ben/scan/
../index.html: style.sh index.sh
. ./index.sh >$@ || { rm -f $@; exit 1; }
../test.html: style.sh index.sh
BASE=./ . ./index.sh >$@ || { rm -f $@; exit 1; }