diff options
author | Darren Bane <darren.bane@gmail.com> | 2020-10-22 18:51:01 +0100 |
---|---|---|
committer | Darren Bane <darren.bane@gmail.com> | 2020-10-22 18:51:01 +0100 |
commit | 290b6a9de3f2877dca7f6e623fae435b373d24ef (patch) | |
tree | 0e072a4333dd3c89e172659171b78b5cb85f7acc /doc/Makefile | |
parent | 8648f2b83bb63108c5db2e2d6bc73bc1018f5304 (diff) | |
download | lsp-290b6a9de3f2877dca7f6e623fae435b373d24ef.tar.gz |
More hyperlinks
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index 7e21ba4..d481321 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -27,7 +27,7 @@ lkbib.txt: macros.ms lkbib.ms refs.i groff -Tutf8 -R -ms -k -Kutf8 macros.ms lkbib.ms > $@ %.gmi: %.md - md2gemini $^ > $@ + md2gemini -m $^ > $@ refs.i: refs indxbib $^ |