From e552275e65b8fbb52742453904641c14b50ce9a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 6 Dec 2016 20:10:05 +0100 Subject: vis-lua: more extensive Lua API documentation --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c2b4d04..42260b9 100644 --- a/Makefile +++ b/Makefile @@ -86,8 +86,10 @@ man: done luadoc: - @ldoc -p "Vis Editor" -f markdown -M vis-lua.c -s '!pale' && \ - sed -e "s/RELEASE/${VERSION}/" -i doc/index.html + @cd luadoc && ldoc . && sed -e "s/RELEASE/${VERSION}/" -i index.html + +luadoc-all: + @cd luadoc && ldoc -a . && sed -e "s/RELEASE/${VERSION}/" -i index.html install: vis vis-menu @echo stripping executable @@ -127,4 +129,4 @@ uninstall: @echo removing support files from ${DESTDIR}${SHAREPREFIX}/vis @rm -rf ${DESTDIR}${SHAREPREFIX}/vis -.PHONY: all clean dist install uninstall debug profile coverage test test-update +.PHONY: all clean dist install uninstall debug profile coverage test test-update luadoc luadoc-all -- cgit v1.2.3