diff options
Diffstat (limited to 'src/Makefile')
-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 |