[gdk-pixbuf: 1/2] docs: Also search for rst2man.py




commit 2483bdcdab68e0b705ad162cadd104c946d02a4f
Author: Matt Turner <mattst88 gmail com>
Date:   Fri Oct 14 00:04:02 2022 -0400

    docs: Also search for rst2man.py

 docs/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docs/meson.build b/docs/meson.build
index c4ba5e400..8245864e4 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -65,7 +65,7 @@ if build_docs
   )
 endif
 
-rst2man = find_program('rst2man', required: false)
+rst2man = find_program('rst2man', 'rst2man.py', required: false)
 if get_option('man') and not rst2man.found()
   error('No rst2man found, but man pages were explicitly enabled')
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]