From c92e5eb1649ff35210e55e449c80d829eb0519ee Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 21 Mar 2025 21:52:12 -0400 Subject: Move pandoc stuff into docs/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43128f5e..7c8f502b 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ clean: rm -rf build/* $(COMPILER_OBJS) $(STDLIB_OBJS) test/*.tm.testresult test/.build examples/.build examples/*/.build %: %.md - pandoc --lua-filter=.pandoc/bold-code.lua -s $< -t man -o $@ + pandoc --lua-filter=docs/.pandoc/bold-code.lua -s $< -t man -o $@ examples: examples/commands/commands examples/base64/base64 examples/ini/ini examples/game/game \ examples/tomodeps/tomodeps examples/tomo-install/tomo-install examples/wrap/wrap examples/colorful/colorful -- cgit v1.2.3