summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-11-30 20:00:36 -0500
committerDave Reisner <d@falconindy.com>2010-11-30 20:00:36 -0500
commitb8ae0c37184dcb02b0c2e53febe5ef66e67c64db (patch)
tree2efff128070bd2271f6c7fc85831328b7270474c /Makefile
parente1cb35fc7630f113648e362ef77d659cc0863891 (diff)
downloadexpac-b8ae0c37184dcb02b0c2e53febe5ef66e67c64db.tar.xz
add man page to install target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4b57966..026108f 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ expac.1: README.pod
install: expac
install -D -m755 expac ${DESTDIR}${PREFIX}/bin/expac
+ install -D -m644 expac.1 ${DESTDIR}${MANPREFIX}/man1/expac.1
dist: clean
mkdir expac-${VERSION}