diff options
-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 |