1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 11:42:40 +01:00
Files
sunny-overlay/net-misc/ipcalc-ng/files/ipcalc-ng-1.0.2-remove-man-generation.patch

22 lines
515 B
Diff

diff -dNur a/meson.build b/meson.build
--- a/meson.build 2022-11-26 16:07:41.000000000 +0100
+++ b/meson.build 2023-01-15 21:49:11.248789797 +0100
@@ -72,17 +72,4 @@
install : true
)
-ronn = find_program('ronn', required: false)
-if ronn.found()
- ipcalc_1 = custom_target(
- 'ipcalc.1',
- output : 'ipcalc.1',
- input : 'ipcalc.1.md',
- command : [ronn, '--pipe', '-r', '@INPUT@'],
- capture: true,
- install_dir: join_paths(get_option('mandir'), 'man1'),
- install: true
- )
-endif
-
subdir('tests')