2010-08-26 02:11:42 -03:00
|
|
|
.PHONY: all upload ../test.html ../index.html
|
2010-08-03 09:44:59 -03:00
|
|
|
|
2010-08-04 22:23:57 -03:00
|
|
|
all: ../test.html
|
2010-08-03 09:44:59 -03:00
|
|
|
|
|
|
|
#
|
2010-08-03 11:00:29 -03:00
|
|
|
# remove once a better place for index.html has been found
|
2010-08-03 09:44:59 -03:00
|
|
|
#
|
|
|
|
|
|
|
|
upload: ../index.html
|
2010-08-03 11:00:29 -03:00
|
|
|
rsync -v --progress $< \
|
2010-08-03 09:44:59 -03:00
|
|
|
werner@host:/home/httpd/almesberger/misc/ben/scan/
|
2010-09-17 18:43:21 -03:00
|
|
|
rsync -v --progress $< \
|
|
|
|
www-data@downloads.qi-hardware.com:werner/ben-scans/
|
2010-08-03 09:44:59 -03:00
|
|
|
|
|
|
|
../index.html: style.sh index.sh
|
|
|
|
. ./index.sh >$@ || { rm -f $@; exit 1; }
|
2010-08-04 22:23:57 -03:00
|
|
|
|
|
|
|
../test.html: style.sh index.sh
|
|
|
|
BASE=./ . ./index.sh >$@ || { rm -f $@; exit 1; }
|