Fix installation of the link to tmac.an. $(FOO} doesn't work.
This commit is contained in:
parent
e91ce4826b
commit
d12874e54d
@ -4,11 +4,11 @@ TMACOWN?= bin
|
||||
TMACGRP?= bin
|
||||
TMACMODE?= 444
|
||||
TMACDIR?= /usr/share/tmac
|
||||
MDOCDIR?= $(TMACDIR)/mdoc
|
||||
MDOCDIR?= ${TMACDIR}/mdoc
|
||||
|
||||
MAN7= groff_ms.7 me.7
|
||||
MLINKS= groff_ms.7 ms.7
|
||||
LINKS= $(TMACDIR}/tmac.andoc $(TMACDIR)/tmac.an
|
||||
LINKS= ${TMACDIR}/tmac.andoc ${TMACDIR}/tmac.an
|
||||
|
||||
MANDEPEND= ${MAN7}
|
||||
CLEANFILES+= temp ${MANDEPEND} tmac.groff_an
|
||||
|
Loading…
Reference in New Issue
Block a user