projects
/
grml-infrastructure.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update grml-1.0 stuff
[grml-infrastructure.git]
/
Makefile
1
all: doc_html
2
3
doc_html: html-stamp
4
5
html-stamp: setup repo-cookbook
6
asciidoc -a toc -a numbered setup
7
asciidoc -a toc -a numbered repo-cookbook
8
touch html-stamp
9
10
clean:
11
rm -rf html-stamp setup.html \
12
repo-cookbook.html
13
14
online: doc_html
15
scp setup.html grml:/var/www/grml/infrastructure/index.html
16
17
distclean:
18
rm -rf setup.html html-stamp