1
0
mirror of git://projects.qi-hardware.com/ben-scans.git synced 2025-04-21 12:27:27 +03:00

Initial commit. (~105 MB)

This commit is contained in:
Werner Almesberger
2010-08-03 09:44:59 -03:00
commit 1d82537272
170 changed files with 1265 additions and 0 deletions

14
web/Makefile Normal file
View File

@@ -0,0 +1,14 @@
.PHONY: all upload
all: ../index.html
#
# @@@ upload is obsolete, maybe even unnecessary (TBD)
#
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; }