summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-01-03 11:36:42 +0100
committerAlejandro Colomar <alx@kernel.org>2023-01-03 11:36:45 +0100
commit5758fdd89d34298d706a7674ed7d6d92964adb55 (patch)
tree79144161a3723c4103210eb24b869a5cf5063351
parent42067b0c4a2c97041976622fbc3ca7c8a5f073a4 (diff)
Don't produce a broken manual pageHEADmaster
Upstream already has a good manual page. Let's keep it. Cc: Kim Gräsman <kim.grasman@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 782268e..408322b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,6 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build
- 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
cd $(TARGET_BUILD) && ln -s include-what-you-use.1 iwyu.1 && \
cp ../fix_includes.py fix_include
chrpath -d $(TARGET_BUILD)/bin/include-what-you-use