summary refs log tree commit diff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-07-12 18:40:33 +0200
committerJan Tojnar <jtojnar@gmail.com>2021-07-13 02:21:22 +0200
commit04b59b0328daaa2e11f5e387ad3ec475cf2d2028 (patch)
treec93741cf282e772100da2d366a23cfd099a04da5 /doc/Makefile
parentc9139dfa1a001e32baa6fea9c9373d80c83e39e9 (diff)
downloadnixpkgs-04b59b0328daaa2e11f5e387ad3ec475cf2d2028.tar
nixpkgs-04b59b0328daaa2e11f5e387ad3ec475cf2d2028.tar.gz
nixpkgs-04b59b0328daaa2e11f5e387ad3ec475cf2d2028.tar.bz2
nixpkgs-04b59b0328daaa2e11f5e387ad3ec475cf2d2028.tar.lz
nixpkgs-04b59b0328daaa2e11f5e387ad3ec475cf2d2028.tar.xz
nixpkgs-04b59b0328daaa2e11f5e387ad3ec475cf2d2028.tar.zst
nixpkgs-04b59b0328daaa2e11f5e387ad3ec475cf2d2028.zip
doc: Linkify man page references
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 9bcd30c150a..027a8b9e7bb 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -11,6 +11,7 @@ pandoc_commonmark_enabled_extensions = +attributes+fenced_divs+footnotes+bracket
 pandoc_flags = --extract-media=$(pandoc_media_dir) \
 	--lua-filter=$(PANDOC_LUA_FILTERS_DIR)/diagram-generator.lua \
 	--lua-filter=build-aux/pandoc-filters/myst-reader/roles.lua \
+	--lua-filter=build-aux/pandoc-filters/link-unix-man-references.lua \
 	--lua-filter=build-aux/pandoc-filters/docbook-writer/rst-roles.lua \
 	--lua-filter=build-aux/pandoc-filters/docbook-writer/labelless-link-is-xref.lua \
 	-f commonmark$(pandoc_commonmark_enabled_extensions)+smart