Skip to content
Snippets Groups Projects
Commit 6ca4cf19 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Fix location of symlinks to generate manpages


Signed-off-by: default avatarDylan Aïssi <dylan.aissi@collabora.com>
parent 044328c2
Branches debian/bullseye-nonfree
Tags debian/1.20200212-1
Loading
......@@ -32,7 +32,7 @@ override_dh_missing:
dh_missing --fail-missing
execute_before_dh_installman:
cd $(CURDIR)/debian/rust-coreutils/usr/lib/cargo/bin/coreutils/; \
cd $(CURDIR)/debian/rust-coreutils/usr/bin/; \
for f in *; do \
filename=$$(basename $$f); \
help2man --no-info $$f > $(CURDIR)/docs/$$filename.1; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment