diff options
author | 2014-07-11 08:24:31 -0400 | |
---|---|---|
committer | 2014-07-11 08:24:31 -0400 | |
commit | 2bfa0c132154d0b72b91e4e408e324d862273903 (patch) | |
tree | 8be98526e863b55e78b35408d29177ced2e9bba0 /src | |
parent | dede089b25cdd2a60046eeeac8dd0f60da7e8e7a (diff) | |
download | textadept-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/Makefile | 4 |
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 |