diff options
-rw-r--r-- | Makefile | 6 |
1 files 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 |