aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-03-08 10:04:53 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-03-08 10:04:53 -0500
commit20662bc83a232c31ce27b6341bcad3a23a0a94c1 (patch)
tree190da463aa4b539ccc8b3ab874cd741afb4ba829 /src
parent4d762249e7306c40a04b08cb180c26a88c8ff455 (diff)
downloadtextadept-20662bc83a232c31ce27b6341bcad3a23a0a94c1.tar.gz
textadept-20662bc83a232c31ce27b6341bcad3a23a0a94c1.zip
Added header and footer to Manual and LuaDoc.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
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