aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3c9f746..c2b4d04 100644
--- a/Makefile
+++ b/Makefile
@@ -85,6 +85,10 @@ man:
sed -e "s/VERSION/${VERSION}/" "$$m" | mandoc -W warning -T utf8 -T xhtml -O man=%N.%S.html -O style=mandoc.css 1> "$$m".html || true; \
done
+luadoc:
+ @ldoc -p "Vis Editor" -f markdown -M vis-lua.c -s '!pale' && \
+ sed -e "s/RELEASE/${VERSION}/" -i doc/index.html
+
install: vis vis-menu
@echo stripping executable
@${STRIP} vis