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

20 lines
484 B
Makefile
Raw Normal View History

.PHONY: all upload ../test.html ../index.html
2010-08-03 15:44:59 +03:00
all: ../test.html
2010-08-03 15:44:59 +03:00
#
# remove once a better place for index.html has been found
2010-08-03 15:44:59 +03:00
#
upload: ../index.html
rsync -v --progress $< \
2010-08-03 15:44:59 +03:00
werner@host:/home/httpd/almesberger/misc/ben/scan/
rsync -v --progress $< \
www-data@downloads.qi-hardware.com:werner/ben-scans/
2010-08-03 15:44:59 +03:00
../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; }