diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-11 07:39:24 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-11 07:39:24 +0200 |
commit | 57676089131aebeae1897cc482051b0118081096 (patch) | |
tree | a17064240a0c53a996bc0b15cc993d26f454c8dd /Makefile | |
parent | 796610eea5a454e7bb9a5641f1d182e605e5b2df (diff) | |
download | pass-57676089131aebeae1897cc482051b0118081096.tar.gz pass-57676089131aebeae1897cc482051b0118081096.tar.bz2 pass-57676089131aebeae1897cc482051b0118081096.zip |
Fix makefile and use proper manpage hyperlinks.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ BINDIR ?= $(PREFIX)/bin MANDIR ?= $(PREFIX)/share/man SYSCONFDIR ?= /etc -.PHONY: install +.PHONY: install uninstall all: @echo "Password store is a shell script, so there is nothing to do. Try \"make install\" instead." |