More __foo__ substitutions for xterm manual pages. From

Tim van der Molen, Thanks.
This commit is contained in:
matthieu 2008-01-13 17:22:58 +00:00
parent ec99c0e1cf
commit f55efa314e
2 changed files with 8 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2007/08/25 19:17:16 matthieu Exp $
# $OpenBSD: Makefile,v 1.8 2008/01/13 17:22:58 matthieu Exp $
SUBDIR= icons resize
@ -28,9 +28,10 @@ XETC?= /etc/X11
xterm.1tbl: xterm.man
sed -e 's#__vendorversion__#"X Window System"#g' \
-e 's#__mansuffix__#1#g' \
-e 's#__miscmansuffix__#1#g' \
-e 's#__apploaddir__#${X11ETC}/app-defaults#g' \
< ${.CURDIR}/xterm.man > $@
-e 's#__apploaddir__#${X11ETC}/app-defaults#g' \
< ${.CURDIR}/xterm.man > $@
CLEANFILES+= xterm.1tbl

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2007/05/11 06:54:20 matthieu Exp $
# $OpenBSD: Makefile,v 1.3 2008/01/13 17:22:58 matthieu Exp $
PROG= resize
MAN= resize.1
@ -17,9 +17,10 @@ SRCS= resize.c xstrings.c
resize.1: resize.man
sed -e 's#__vendorversion__#"X Window System"#g' \
-e 's#__mansuffix__#1#g' \
-e 's#__miscmansuffix__#1#g' \
-e 's#__apploaddir__#${X11ETC}/app-defaults#g' \
< ${.CURDIR}/../resize.man > $@
-e 's#__apploaddir__#${X11ETC}/app-defaults#g' \
< ${.CURDIR}/../resize.man > $@
CLEANFILES+= resize.1