From 57676089131aebeae1897cc482051b0118081096 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 11 Sep 2012 07:39:24 +0200 Subject: Fix makefile and use proper manpage hyperlinks. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1c662f..8910450 100644 --- a/Makefile +++ b/Makefile @@ -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." -- cgit v1.2.3-59-g8ed1b