diff options
-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) |