summaryrefslogtreecommitdiff
path: root/contrib/hdtbl/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/hdtbl/Makefile.sub')
-rw-r--r--contrib/hdtbl/Makefile.sub3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/hdtbl/Makefile.sub b/contrib/hdtbl/Makefile.sub
index 3ec11912..a580b14f 100644
--- a/contrib/hdtbl/Makefile.sub
+++ b/contrib/hdtbl/Makefile.sub
@@ -91,7 +91,8 @@ MOSTLYCLEANADD=\
.SUFFIXES: .roff .in .ps
.roff.ps:
- $(GROFF) -Tps -dfontpath=$(top_srcdir)/font -mhdtbl $< >$@
+ $(GROFF) -Tps -dfontpath=$(top_srcdir)/font -dsopath=$(srcdir)/ \
+ -mhdtbl $< >$@
.in.roff:
sed -e "s|@fontdir@|$(fontdir)|" $< >$@