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 +- man/pass.1 | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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." diff --git a/man/pass.1 b/man/pass.1 index 95b4f92..c0b6e5d 100644 --- a/man/pass.1 +++ b/man/pass.1 @@ -319,7 +319,15 @@ be set using the \fBinit\fP command. .BR xclip (1). .SH AUTHOR -Jason A. Donenfeld +.B pass +was written by +.MT Jason@zx2c4.com +Jason A. Donenfeld +.ME . +For updates and more information, a project page is available on the +.UR http://\:zx2c4.com/\:projects/\:password-store +World Wide Web +.UE . .SH COPYING This program is free software; you can redistribute it and/or -- cgit v1.2.3-59-g8ed1b