about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3302b89..50b7247 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ MANDIR=$(PREFIX)/share/man
 
 all: $(ALL)
 
-README: extrace.1
-	mandoc -Tutf8 $< | col -bx >$@
+README: extrace.1 pwait.1
+	mandoc -Tutf8 $^ | col -bx >$@
 
 cap: $(ALL)
 	sudo setcap cap_net_admin+ep extrace cap_net_admin+ep pwait