diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-07-05 22:20:56 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-07-05 22:20:56 +0000 |
commit | 5f296e3126886a9fcdfb5da98164b42e853a95a1 (patch) | |
tree | aa789f0ede6fb305b21852549e9a5490de93f88a /app/fvwm | |
parent | fa5e57fe96319e30a99eabaf94bdea2008c2b415 (diff) |
preprocess man page with tbl
Diffstat (limited to 'app/fvwm')
-rw-r--r-- | app/fvwm/fvwm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/fvwm/fvwm/Makefile b/app/fvwm/fvwm/Makefile index 3a01ed1a5..773d68db5 100644 --- a/app/fvwm/fvwm/Makefile +++ b/app/fvwm/fvwm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2007/01/02 13:07:35 matthieu Exp $ +# $OpenBSD: Makefile,v 1.6 2007/07/05 22:20:55 matthieu Exp $ .include "../Makefile.inc" @@ -16,10 +16,10 @@ CPPFLAGS+= -DFVWM_MODULEDIR=\"$(FVWMLIBDIR)\" \ LDADD+= -lXpm -lXt -lICE -lSM -lXext -lX11 -lXdmcp -lXau -fvwm.1: fvwm2.1 - sed -e "s,__projectroot__,${X11BASE}," ${.CURDIR}/fvwm2.1 > fvwm.1 +fvwm.1tbl: fvwm2.1 + sed -e "s,__projectroot__,${X11BASE}," ${.CURDIR}/fvwm2.1 > fvwm.1tbl -CLEANFILES= fvwm.1 +CLEANFILES= fvwm.1tbl .include <bsd.prog.mk> .include <bsd.xorg.mk> |