From d2ec1751ebf944f4a908cdfb8e2dcf791401c5b0 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Mon, 22 Jul 2024 12:46:46 +0900 Subject: [PATCH] mu-man: add macro for referencing manual pages --- man/macros.inc | 5 +++++ man/meson.build | 1 + 2 files changed, 6 insertions(+) create mode 100644 man/macros.inc diff --git a/man/macros.inc b/man/macros.inc new file mode 100644 index 00000000..3c616c57 --- /dev/null +++ b/man/macros.inc @@ -0,0 +1,5 @@ +#+MACRO: man-link *$1*​($2) + +# Local Variables: +# mode: org +# End: diff --git a/man/meson.build b/man/meson.build index de4ba29d..76018354 100644 --- a/man/meson.build +++ b/man/meson.build @@ -26,6 +26,7 @@ incs=[ 'common-options.inc', 'copyright.inc.in', 'exit-code.inc', + 'macros.inc', 'muhome.inc', 'prefooter.inc', ]