Add deploy-docs phony make target
This commit is contained in:
parent
c7d14d0528
commit
13fea2ce96
5
Makefile
5
Makefile
@ -222,11 +222,14 @@ deb: kuroko libkuroko.so
|
||||
rm -r $(DESTDIR)
|
||||
|
||||
.PHONY: docs
|
||||
|
||||
docs: kuroko
|
||||
./kuroko tools/gendoc.krk
|
||||
doxygen docs/Doxyfile
|
||||
|
||||
.PHONY: deploy-docs
|
||||
deploy-docs: docs
|
||||
cp -r docs/html/* ../kuroko-lang.github.io/docs/
|
||||
|
||||
.PHONY: cloc
|
||||
cloc:
|
||||
cloc --read-lang-def docs/cloc.txt --vcs git
|
||||
|
Loading…
Reference in New Issue
Block a user