From 03b0b8932ea1c41854a487f9fa6555def9b59462 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 30 Jun 2014 13:06:25 -0400 Subject: Condensed manual and API documentation into single files. --- src/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 1911fbfb..81b4d8c4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -343,14 +343,14 @@ clean: doc: rootdoc manual luadoc tadoc rootdoc: ../*.md - $(bombay) -d ../doc -t ../doc --title Textadept --navtitle '' $^ -manual: ../doc/*.md - $(bombay) -d ../doc -t ../doc --title Textadept --navtitle Manual $^ + $(bombay) -d ../doc -t ../doc --title Textadept $^ +manual: ../doc/manual.md + $(bombay) -d ../doc -t ../doc --title Textadept $^ luadoc: ../modules ../core ../lexers cd ../doc && $(luadoc) -d . -t . --doclet markdowndoc $^/lexer.lua tadoc: ../modules ../core ../lexers cd ../modules && $(luadoc) -d lua --doclet lua/tadoc $^/lexer.lua -cleandoc: ; rm -rf ../doc/*.html ../doc/api +cleandoc: ; rm -rf ../doc/manual.html ../doc/api.html # Releases. -- cgit v1.2.3