mirror of
git://projects.qi-hardware.com/ben-scans.git
synced 2025-04-21 12:27:27 +03:00
The git to SVN gateway presents index.html as source and not as plain HTML at
the moment, so we keep the old page on www.almesberger.net for now. - web/style.sh (BASE): introduced URL prefix - web/Makefile: upload only index.html to www.almesberger.net - index.html: regenerated, for consistency (it currently doesn't serve any purpose)
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
all: ../index.html
|
||||
|
||||
#
|
||||
# @@@ upload is obsolete, maybe even unnecessary (TBD)
|
||||
# remove once a better place for index.html has been found
|
||||
#
|
||||
|
||||
upload: ../index.html
|
||||
rsync -v --progress * \
|
||||
rsync -v --progress $< \
|
||||
werner@host:/home/httpd/almesberger/misc/ben/scan/
|
||||
|
||||
../index.html: style.sh index.sh
|
||||
|
||||
Reference in New Issue
Block a user