1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2024-11-22 10:30:36 +02:00
ben-scans/web/Makefile
Werner Almesberger c7468bda69 Scan main page is now http://downloads.qi-hardware.com/people/werner/ben-scans/
Assorted cleanup.

- web/Makefile: added index upload to downloads.qi-hardware.com
- web/index.sh, index.html: a <P> got abbreviated to just <
- data/jpg/ben-dispshell-inside-100um.jpg: image was a uncropped screenshot,
  oops !
2010-09-17 18:43:21 -03:00

20 lines
484 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/
rsync -v --progress $< \
www-data@downloads.qi-hardware.com:werner/ben-scans/
../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; }