repo.or.cz
/
azarus.ch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add preliminary tooling
[azarus.ch.git]
/
Makefile
blob
1ed23833f3bd044571a7be53d46eae52a248e0dc
1
WEBDIR
=/
var
/
www
/
htdocs
/
2
3
publish
:
4
doas rsync
-
av
--
exclude-from exclude-file .
/ $(
WEBDIR
)
5
6
newpost
:
7
cp post.tmpl posts
/$$(
date
+%
F
)-
title.html