diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 7c11323..ceae766 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,9 @@ libhttpc.so: libhttpc.a: ar rcs $@ $^ +README: + mandoc -T ascii $@.7 | col -b > $@ + install: all install -d $(DESTDIR)/lib ${DESTDIR}/include/libhttpc ${DESTDIR}/share/man/man3 install -m644 libhttpc.a $(DESTDIR)/lib |