diff options
author | 2014-06-07 11:33:45 -0400 | |
---|---|---|
committer | 2014-06-07 11:33:45 -0400 | |
commit | e56735ed361d707618c8c45b56efffd51194ef30 (patch) | |
tree | a83ae65aa492ac5f4cf96f38d7512216901ac172 /src | |
parent | 27d8dcdf343f8109654701563d84d8ba7c1ce4a9 (diff) | |
download | textadept-e56735ed361d707618c8c45b56efffd51194ef30.tar.gz textadept-e56735ed361d707618c8c45b56efffd51194ef30.zip |
Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 4d1537ce..1911fbfb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -341,15 +341,15 @@ clean: # Documentation. -doc: rootdoc manual luadoc adeptsense +doc: rootdoc manual luadoc tadoc rootdoc: ../*.md $(bombay) -d ../doc -t ../doc --title Textadept --navtitle '' $^ manual: ../doc/*.md $(bombay) -d ../doc -t ../doc --title Textadept --navtitle Manual $^ luadoc: ../modules ../core ../lexers cd ../doc && $(luadoc) -d . -t . --doclet markdowndoc $^/lexer.lua -adeptsense: ../modules ../core ../lexers - cd ../modules && $(luadoc) -d lua --doclet lua/adeptsensedoc $^/lexer.lua +tadoc: ../modules ../core ../lexers + cd ../modules && $(luadoc) -d lua --doclet lua/tadoc $^/lexer.lua cleandoc: ; rm -rf ../doc/*.html ../doc/api # Releases. |