diff options
author | 2012-03-08 10:04:53 -0500 | |
---|---|---|
committer | 2012-03-08 10:04:53 -0500 | |
commit | 20662bc83a232c31ce27b6341bcad3a23a0a94c1 (patch) | |
tree | 190da463aa4b539ccc8b3ab874cd741afb4ba829 /src | |
parent | 4d762249e7306c40a04b08cb180c26a88c8ff455 (diff) | |
download | textadept-20662bc83a232c31ce27b6341bcad3a23a0a94c1.tar.gz textadept-20662bc83a232c31ce27b6341bcad3a23a0a94c1.zip |
Added header and footer to Manual and LuaDoc.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 99d70744..af374424 100644 --- a/src/Makefile +++ b/src/Makefile @@ -184,7 +184,7 @@ doc: manual luadoc adeptsense doxygen manual: cd ../doc && lua gen_manual.lua luadoc: ../modules ../core ../lexers/lexer.lua - cd ../doc && $(LUADOC) -d . -doclet markdowndoc $^ + cd ../doc && $(LUADOC) -d . -t . --doclet markdowndoc $^ adeptsense: ../modules ../core ../lexers/lexer.lua cd ../modules && $(LUADOC) -d lua --doclet lua/adeptsensedoc $^ doxygen: Doxyfile |