You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/devtools/gen-manpages.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,10 @@
68
68
69
69
versions.append((abspath, verstr, copyright))
70
70
71
+
ifnotversions:
72
+
print(f'No binaries found in {builddir}. Please ensure the binaries are present in {builddir}, or set another build path using the BUILDDIR env variable.')
73
+
sys.exit(1)
74
+
71
75
ifany(verstr.endswith('-dirty') for (_, verstr, _) inversions):
72
76
print("WARNING: Binaries were built from a dirty tree.")
73
77
print('man pages generated from dirty binaries should NOT be committed.')
0 commit comments