diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | man/pass.1 | 10 |
2 files changed, 10 insertions, 2 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." @@ -319,7 +319,15 @@ be set using the \fBinit\fP command. .BR xclip (1). .SH AUTHOR -Jason A. Donenfeld <Jason@zx2c4.com> +.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 |