From 375d0e6b94781156a76682d39b89db507b5d24cd Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Thu, 1 Oct 2020 16:43:14 -0400 Subject: Moved 'docs/markdowndoc.lua' into 'scripts/markdowndoc.lua'. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 548db452..ccd99a07 100644 --- a/src/Makefile +++ b/src/Makefile @@ -284,7 +284,7 @@ manual: ../docs/api.md $(wildcard ../docs/*.md) | ../docs/_layouts/default.html "s/\(\# Textadept\).\+\?\(Manual\|API\)/\1 $(subst _, ,$(version)) \2/;" \ ../docs/*.md luadoc: ../core $(modules) ../lexers/lexer.lua | ../modules/lua/lua.luadoc - cd ../docs && luadoc --doclet markdowndoc $^ > api.md + cd ../scripts && luadoc --doclet markdowndoc $^ > ../docs/api.md cd ../modules && luadoc -d lua --doclet lua/tadoc $^ --ta-home=$(ta_home) cd ../modules/lua && mv tags ta_tags && mv api ta_api cd ../modules && luadoc -d lua --doclet lua/tadoc $| --ta-home=$(ta_home) -- cgit v1.2.3