From 94413680cf95ac297bac8852a65f223b7ac8af96 Mon Sep 17 00:00:00 2001 From: Nakidai Date: Fri, 13 Dec 2024 14:50:40 +0300 Subject: Add generated README --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit 1.4.1