From b3c26bdc0688aff1a1c5bc4d0f964be244b0039e Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 10 Mar 2012 21:19:26 -0500 Subject: Replaced doc/gen_manual.lua with new unversioned tool. --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3