diff options
author | Patrick 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) |
commit | 4f810b9c64dcc22ee2fffa0fb2dc547f6203967c (patch) | |
tree | d15b4b252770d66f34f81608f3e121b735ab6ba8 | |
parent | 8faaba28227bb29be5c09d52311eb8b69b2f2798 (diff) |
man/local.mk: Use shman's -b option
-rw-r--r-- | man/local.mk | 2 |
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) |