source: code/trunk/doc/Makefile@ 67

Last change on this file since 67 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 
1all: clean build
2
3build: index generate
4
5clean:
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
9copy-index: index
10 cp index.pck htm
11generate: relink copy-index
12 txt convert --type=htm htm
13index:
14 txt index .
15link:
16 txt file *.txt htm
17delink:
18 rm htm/*.txt
19serve:
20 darkhttpd htm
21upload:
22 rsync -acv --del htm/ webdev@chaotic.ninja:/var/www/logarion
23relink: delink link
Note: See TracBrowser for help on using the repository browser.