hlfw.ca

x9dev

Download patch

ref: 8f13f227cd6169fc05bc5a59f0aafc4fc0551968
parent: 302af3e25f5d6e9a2d6574f6b52099890073ba1a
author: halfwit <michaelmisch1985@gmail.com>
date: Thu Oct 15 08:40:29 PDT 2020

manpages

--- a/meson.build
+++ b/meson.build
@@ -1,2 +1,8 @@
 subdir('libdraw')
-subdir('src')
\ No newline at end of file
+subdir('src')
+
+install_man(configure_file(
+    input: 'man/x9dev.man',
+    output: 'x9dev.1',
+    configuration: manpage_config,
+))
--- a/src/meson.build
+++ b/src/meson.build
@@ -33,10 +33,4 @@
     ],
     install: true,
     c_args: cc_args,
-)
-
-install_man(configure_file(
-    input: 'man/x9dev.man',
-    output: 'x9dev.1',
-    configuration: manpage_config,
-))
+)
\ No newline at end of file