aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/Makefile b/src/Makefile
index bd49890c..8e0a2b98 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -270,11 +270,8 @@ clean: ; rm -f *.o ../textadept*
ta_home = $(shell dirname `pwd`)
docs: manual luadoc
-manual: ../*.md ../docs/manual.md
- for file in $^; do \
- markdown $$file | ../scripts/gen_doc.lua > \
- ../docs/`basename $$file .md`.html; \
- done
+manual: $(addprefix ../docs/,manual.md changelog.md faq.md media.md thanks.md)
+ for file in $^; do ../scripts/gen_doc.lua $$file; done
sed -i -e "s/Textadept Manual/Textadept $(subst _, ,$(version)) Manual/;" \
../docs/manual.html
luadoc: ../modules ../core ../lexers/lexer.lua | ../modules/lua/lua.luadoc