diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-12-06 20:10:05 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-12-06 20:10:43 +0100 |
| commit | e552275e65b8fbb52742453904641c14b50ce9a6 (patch) | |
| tree | 14bca59c066d7b411e2e84afb366c33310a37f9d /Makefile | |
| parent | 960cd1c7c84c4573f99d4e389548183ebbdc4f35 (diff) | |
| download | vis-e552275e65b8fbb52742453904641c14b50ce9a6.tar.gz vis-e552275e65b8fbb52742453904641c14b50ce9a6.tar.xz | |
vis-lua: more extensive Lua API documentation
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |
