diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 12:35:19 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 12:35:19 (EST) |
commit | 753fec920e91a9ffd800186e3607ab871df7c8fd (patch) | |
tree | 6d8e7c058b929b4312f085f901883bef10d2fd7d /man | |
parent | 6d238a1cc9ffdbddacc0d6eaf2377fd5c827a695 (diff) |
man/local.mk: Fix path to shman for out-of-tree builds
Diffstat (limited to 'man')
-rw-r--r-- | man/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/local.mk b/man/local.mk index 9977b86..75bc332 100644 --- a/man/local.mk +++ b/man/local.mk @@ -17,5 +17,6 @@ man3_MANS = \ $(man3_MANS): %reldir%/Tags %reldir%/Tags: $(libopkbuild_sources) $(EXTRA_libopkbuild_sources) - tools/shman.sh -s "$(PACKAGE_STRING)" -m '$(MANUAL)' -d %reldir% -t $@ \ + '$(srcdir)/tools/shman.sh' -s "$(PACKAGE_STRING)" -m '$(MANUAL)' \ + -d %reldir% -t $@ \ $(libopkbuild_sources) $(EXTRA_libopkbuild_sources) |