Replace Cmdliner with Ocmd, re-add documentation
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/kosuzu/trunk@65 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
23
doc/Makefile
Normal file
23
doc/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
all: clean build
|
||||
|
||||
build: index generate
|
||||
|
||||
clean:
|
||||
find htm -type f -name "*.html" -print -delete
|
||||
find htm -type f -name "*.htm" -print -delete
|
||||
find . -type f -name "*.atom" -print -delete
|
||||
copy-index: index
|
||||
cp index.pck htm
|
||||
generate: relink copy-index
|
||||
txt convert --type=htm htm
|
||||
index:
|
||||
txt index .
|
||||
link:
|
||||
txt file *.txt htm
|
||||
delink:
|
||||
rm htm/*.txt
|
||||
serve:
|
||||
darkhttpd htm
|
||||
upload:
|
||||
rsync -acv --del htm/ webdev@chaotic.ninja:/var/www/logarion
|
||||
relink: delink link
|
||||
Reference in New Issue
Block a user