summaryrefslogtreecommitdiff
path: root/Makefile.comm
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.comm')
-rw-r--r--Makefile.comm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.comm b/Makefile.comm
index b6cb4eb6..3240f1dd 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -119,7 +119,8 @@ revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' $(top_srcdir)/REVISION`
.man.n:
@echo Making $@ from $<
@-rm -f $@
- @sed -e "s|@FONTDIR@|$(fontdir)|g" \
+ @sed -e "s|@BINDIR@|$(bindir)|g" \
+ -e "s|@FONTDIR@|$(fontdir)|g" \
-e "s|@FONTPATH@|$(fontpath)|g" \
-e "s|@MACRODIR@|$(tmacdir)|g" \
-e "s|@MACROPATH@|$(tmacpath)|g" \