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:
14
web/Makefile
Normal file
14
web/Makefile
Normal 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; }
|
||||
Reference in New Issue
Block a user