summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ceae766..5580475 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ libhttpc.so:
 libhttpc.a:
 	ar rcs $@ $^
 
-README:
+README: README.7
 	mandoc -T ascii $@.7 | col -b > $@
 
 install: all