diff options
author | 2012-03-10 21:19:26 -0500 | |
---|---|---|
committer | 2012-03-10 21:19:26 -0500 | |
commit | b3c26bdc0688aff1a1c5bc4d0f964be244b0039e (patch) | |
tree | b1cd772a56c5e494f81d06ffb1666ce24a786a57 /src | |
parent | 1ef52910df3a560d24a1d92e6fe7621a751d6859 (diff) | |
download | textadept-b3c26bdc0688aff1a1c5bc4d0f964be244b0039e.tar.gz textadept-b3c26bdc0688aff1a1c5bc4d0f964be244b0039e.zip |
Replaced doc/gen_manual.lua with new unversioned tool.
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 |