]> ruderich.org/simon Gitweb - wall-notify/wall-notify.git/blobdiff - man/man.conf
add man page
[wall-notify/wall-notify.git] / man / man.conf
diff --git a/man/man.conf b/man/man.conf
new file mode 100644 (file)
index 0000000..a6d5079
--- /dev/null
@@ -0,0 +1,10 @@
+# Macro to display links to other man pages. Inspired by Git's linkgit:[]
+# macro.
+[macros]
+(?su)[\\]?(?P<name>manlink):(?P<target>\S*?)\[(?P<attrlist>.*?)\]=
+
+[manlink-inlinemacro]
+<citerefentry>
+    <refentrytitle>{target}</refentrytitle>
+    <manvolnum>{0}</manvolnum>
+</citerefentry>