From 2bfa0c132154d0b72b91e4e408e324d862273903 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 11 Jul 2014 08:24:31 -0400 Subject: Fixed documentation generation when `../doc/bombay` isn't present; src/Makefile --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 3619305d..cf81d43a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -273,8 +273,8 @@ clean: # Documentation. doc: manual luadoc -manual: ../*.md ../doc/manual.md - ../doc/bombay -d ../doc -t ../doc --title Textadept $^ +manual: ../*.md ../doc/manual.md | ../doc/bombay + $| -d ../doc -t ../doc --title Textadept $^ luadoc: ../modules ../core ../lexers cd ../doc && luadoc -d . -t . --doclet markdowndoc $^/lexer.lua cd ../modules && luadoc -d lua --doclet lua/tadoc $^/lexer.lua -- cgit v1.2.3