diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 69b83b45..12ea08c2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -181,8 +181,8 @@ clean: cd luajit && make clean doc: manual luadoc adeptsense doxygen -manual: - cd ../doc && lua gen_manual.lua +manual: ../doc/*.md ../*.md + ../doc/bombay -d ../doc -t ../doc --title Textadept --navtitle Manual $^ luadoc: ../modules ../core ../lexers/lexer.lua cd ../doc && $(LUADOC) -d . -t . --doclet markdowndoc $^ adeptsense: ../modules ../core ../lexers/lexer.lua |