From 20662bc83a232c31ce27b6341bcad3a23a0a94c1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 8 Mar 2012 10:04:53 -0500 Subject: Added header and footer to Manual and LuaDoc. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3