summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-27 12:47:22 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-27 12:47:22 (EST)
commit4f810b9c64dcc22ee2fffa0fb2dc547f6203967c (patch)
treed15b4b252770d66f34f81608f3e121b735ab6ba8 /man
parent8faaba28227bb29be5c09d52311eb8b69b2f2798 (diff)
man/local.mk: Use shman's -b option
Diffstat (limited to 'man')
-rw-r--r--man/local.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/local.mk b/man/local.mk
index 75bc332..e32ef86 100644
--- a/man/local.mk
+++ b/man/local.mk
@@ -18,5 +18,5 @@ $(man3_MANS): %reldir%/Tags
%reldir%/Tags: $(libopkbuild_sources) $(EXTRA_libopkbuild_sources)
'$(srcdir)/tools/shman.sh' -s "$(PACKAGE_STRING)" -m '$(MANUAL)' \
- -d %reldir% -t $@ \
+ -b '$(srcdir)' -d %reldir% -t $@ \
$(libopkbuild_sources) $(EXTRA_libopkbuild_sources)