diff options
author | Dave Reisner <d@falconindy.com> | 2010-11-30 20:00:36 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-11-30 20:00:36 -0500 |
commit | b8ae0c37184dcb02b0c2e53febe5ef66e67c64db (patch) | |
tree | 2efff128070bd2271f6c7fc85831328b7270474c /Makefile | |
parent | e1cb35fc7630f113648e362ef77d659cc0863891 (diff) | |
download | expac-b8ae0c37184dcb02b0c2e53febe5ef66e67c64db.tar.xz |
add man page to install target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} |