<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/tools/meson.build.orig	2024-12-06 10:22:01.000000000 -0500
+++ src/tools/meson.build	2024-12-06 10:23:39.000000000 -0500
@@ -10,4 +10,6 @@
   include_directories: libproxy_inc
 )
 
-install_man('proxy.8')
\ No newline at end of file
+if get_option('docs')
+    install_man('proxy.8')
+endif
</pre></body></html>