From 1ae386c27797bcfb11d40a621f502cc120c884dd Mon Sep 17 00:00:00 2001 From: Ali Fardan Date: Wed, 18 Nov 2020 11:00:38 +0300 Subject: fix Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a3036be..5c6fe54 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,9 @@ install: all cp $(TARGET_LIB_DYNAMIC) $(PREFIX)/lib ldconfig -n $(PREFIX)/lib mkdir -p $(PREFIX)/include - cp gemtext.h $(PREFIX)/include - mkdir -p $(PREFIX)/share/man/man3 - cp $(MANPAGES) $(PREFIX)/share/man/man3 + cp yuri.h $(PREFIX)/include +# mkdir -p $(PREFIX)/share/man/man3 +# cp $(MANPAGES) $(PREFIX)/share/man/man3 clean: rm -f $(TARGET_LIB_STATIC) $(TARGET_LIB_DYNAMIC) $(OBJS) test -- cgit 1.4.1-2-gfad0