diff options
author | Darren Bane <darren.bane@gmail.com> | 2021-01-17 00:54:23 +0000 |
---|---|---|
committer | Darren Bane <darren.bane@gmail.com> | 2021-01-17 00:54:23 +0000 |
commit | ec33fa3c80f852d60d7e2fcd046cc49c08fad803 (patch) | |
tree | 46d4952b98745fc2da89765ce1f228040cb6c526 /doc/Makefile | |
parent | 6222836c3b031ce6cf4bc98c3bbf7ff896d23786 (diff) | |
download | lsp-ec33fa3c80f852d60d7e2fcd046cc49c08fad803.tar.gz |
Making changes
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 8716885..baad9d1 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -19,7 +19,9 @@ lkbib.txt: macros.ms lkbib.ms refs.i groff -Tutf8 -R -ms -k -Kutf8 macros.ms lkbib.ms > $@ %.gmi: %.md - md2gemini -m -l copy $^ > $@ + md2gemini -m -l copy --code-tag lisp $^ > $@ + # lowdown -s -Tgemini $^ > $@ + # Lowdown isn't mature enough yet, no table support refs.i: refs indxbib $^ |