aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-07-11 08:24:31 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-07-11 08:24:31 -0400
commit2bfa0c132154d0b72b91e4e408e324d862273903 (patch)
tree8be98526e863b55e78b35408d29177ced2e9bba0 /src
parentdede089b25cdd2a60046eeeac8dd0f60da7e8e7a (diff)
downloadtextadept-2bfa0c132154d0b72b91e4e408e324d862273903.tar.gz
textadept-2bfa0c132154d0b72b91e4e408e324d862273903.zip
Fixed documentation generation when `../doc/bombay` isn't present; src/Makefile
Diffstat (limited to 'src')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
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