initial commit

This commit is contained in:
git@daemon.de
2013-09-12 23:13:49 +02:00
parent 874ee3cdab
commit 5992bf159b
50 changed files with 69273 additions and 0 deletions

15
Makefile Normal file
View File

@@ -0,0 +1,15 @@
ts != date +"%Y-%m-%d-%H%M%S"
dst = .backup/$(ts)
src = js index.html css
vers = js/libs/version.js
all: backup
@echo var VERSION = \"$(ts)\" > $(vers);
./mksingleton.pl index.html
backup:
mkdir -p $(dst)
cp -pRP $(src) $(dst)/