Commit Diff


commit - dd204b00777178e93099b89fff9abf7c59cee8de
commit + 24534853a6b3f7f21dddfafdc727f5e02f225148
blob - fb4e3433f9163280f845a5be7214599ece1c9083
blob + 26c7f26e03d2696c69771e8e9b2e128db8af15be
--- Makefile
+++ Makefile
@@ -16,7 +16,7 @@ PREFIX=		/usr/local
 BINDIR=		${PREFIX}/bin
 MANDIR=		${PREFIX}/man
 
-.PHONY: all clean dist install-local install lint
+.PHONY: all clean dist install-local install lint mans
 
 all: ${PROGS}
 
@@ -41,6 +41,11 @@ lint:
 plass.1.html: plass.1
 	man -Thtml -Ostyle=mandoc.css -l plass.1 > $@
 
+totp.1.html: totp.1
+	man -Thtml -Ostyle=mandoc.css -l totp.1 > $@
+
+mans: plass.1.html totp.1.html
+
 dist: ${DISTNAME}.sha256
 
 ${DISTNAME}.sha256: ${DISTNAME}.tar.gz