<div dir="ltr"><div>Thank you for keeping an eye out!</div><div><br></div><div>I can only confirm that the include-what-you-use manpage has been around since IWYU 0.14 for LLVM 10, and we're doing our best to keep it up-to-date and functional. So it seems like a good bet to use it as-is.</div><div><br></div><div>Cheers,</div><div>- Kim<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 3, 2023 at 11:41 AM Alejandro Colomar <<a href="mailto:alx.manpages@gmail.com">alx.manpages@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Upstream already has a good manual page. Let's keep it.<br>
<br>
Cc: Kim Gräsman <<a href="mailto:kim.grasman@gmail.com" target="_blank">kim.grasman@gmail.com</a>><br>
Signed-off-by: Alejandro Colomar <<a href="mailto:alx@kernel.org" target="_blank">alx@kernel.org</a>><br>
---<br>
<br>
Hello Sylvestre,<br>
<br>
I didn't test this patch, so please take it with a pinch of salt.<br>
But this seems to be the root of the problem with the manual page.<br>
If there's any other modification that needs to be done, please tell me.<br>
I'm not familiar with Debian packaging.<br>
<br>
Cheers,<br>
<br>
Alex<br>
<br>
<br>
debian/rules | 1 -<br>
1 file changed, 1 deletion(-)<br>
<br>
diff --git a/debian/rules b/debian/rules<br>
index 782268e..408322b 100755<br>
--- a/debian/rules<br>
+++ b/debian/rules<br>
@@ -27,7 +27,6 @@ override_dh_auto_configure:<br>
<br>
override_dh_auto_build:<br>
dh_auto_build<br>
- help2man --no-info --version-string "$(VERSION)" -n "Analyze #includes in C and C++ source files" $(TARGET_BUILD)/bin/include-what-you-use > $(TARGET_BUILD)/include-what-you-use.1<br>
cd $(TARGET_BUILD) && ln -s include-what-you-use.1 iwyu.1 && \<br>
cp ../fix_includes.py fix_include<br>
chrpath -d $(TARGET_BUILD)/bin/include-what-you-use<br>
-- <br>
2.39.0<br>
<br>
</blockquote></div>