Last change
on this file since 72 was 65, checked in by Izuru Yakumo, 8 months ago |
Replace Cmdliner with Ocmd, re-add documentation
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
461 bytes
|
Line | |
---|
1 | all: clean build
|
---|
2 |
|
---|
3 | build: index generate
|
---|
4 |
|
---|
5 | clean:
|
---|
6 | find htm -type f -name "*.html" -print -delete
|
---|
7 | find htm -type f -name "*.htm" -print -delete
|
---|
8 | find . -type f -name "*.atom" -print -delete
|
---|
9 | copy-index: index
|
---|
10 | cp index.pck htm
|
---|
11 | generate: relink copy-index
|
---|
12 | txt convert --type=htm htm
|
---|
13 | index:
|
---|
14 | txt index .
|
---|
15 | link:
|
---|
16 | txt file *.txt htm
|
---|
17 | delink:
|
---|
18 | rm htm/*.txt
|
---|
19 | serve:
|
---|
20 | darkhttpd htm
|
---|
21 | upload:
|
---|
22 | rsync -acv --del htm/ webdev@chaotic.ninja:/var/www/logarion
|
---|
23 | relink: delink link
|
---|
Note:
See
TracBrowser
for help on using the repository browser.