diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 21:52:12 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-21 21:52:12 -0400 |
| commit | c92e5eb1649ff35210e55e449c80d829eb0519ee (patch) | |
| tree | e3539d043457259936a4fa5fdf476e19b92c3f4c | |
| parent | c2cebc9f076229d6aa06899523465f3890d9d657 (diff) | |
Move pandoc stuff into docs/
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | docs/.pandoc/bold-code.lua (renamed from .pandoc/bold-code.lua) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 diff --git a/.pandoc/bold-code.lua b/docs/.pandoc/bold-code.lua index 02ed1891..02ed1891 100644 --- a/.pandoc/bold-code.lua +++ b/docs/.pandoc/bold-code.lua |
