tapplied Sanders man page/Makefile patch - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 66e16c92d315d11edadb9bafbf74926ae2c30fe3
DIR parent 6a8e176df103f406f81fff47d5ab456ccc867a0d
HTML Author: arg@10ksloc.org <unknown>
Date: Mon, 7 Aug 2006 11:57:05 +0200
applied Sanders man page/Makefile patch
Diffstat:
M Makefile | 2 +-
M dwm.1 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -50,7 +50,7 @@ install: all
@chmod 755 ${DESTDIR}${PREFIX}/bin/dwm
@echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
@mkdir -p ${DESTDIR}${MANPREFIX}/man1
- @cp -f dwm.1 ${DESTDIR}${MANPREFIX}/man1
+ @sed 's/VERSION/${VERSION}/g' < dwm.1 ${DESTDIR}${MANPREFIX}/man1/dwm.1
@chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1
uninstall:
DIR diff --git a/dwm.1 b/dwm.1
t@@ -1,4 +1,4 @@
-.TH DWM 1 dwm-0.7
+.TH DWM 1 dwm-VERSION
.SH NAME
dwm \- dynamic window manager
.SH SYNOPSIS