mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-21 07:05:34 -04:00
Update packaging/installation for new man pages
This commit is contained in:
@@ -51,6 +51,8 @@ install: $(NAME).pc
|
||||
$(INSTALL) -D -m 644 $(NAME).pc $(DESTDIR)$(libdevdir)/pkgconfig/$(NAME).pc
|
||||
$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man2
|
||||
$(INSTALL) -m 644 man/*.2 $(DESTDIR)$(mandir)/man2
|
||||
$(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man3
|
||||
$(INSTALL) -m 644 man/*.3 $(DESTDIR)$(mandir)/man3
|
||||
|
||||
install-tests:
|
||||
@$(MAKE) -C test install prefix=$(DESTDIR)$(prefix) datadir=$(DESTDIR)$(datadir)
|
||||
|
||||
Vendored
+2
@@ -1,3 +1,5 @@
|
||||
man/io_uring_setup.2
|
||||
man/io_uring_enter.2
|
||||
man/io_uring_register.2
|
||||
man/io_uring_queue_exit.3
|
||||
man/io_uring_queue_init.3
|
||||
|
||||
@@ -44,6 +44,7 @@ for the Linux-native io_uring.
|
||||
%exclude %{_libdir}/liburing.a
|
||||
%{_libdir}/pkgconfig/*
|
||||
%{_mandir}/man2/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 31 2019 Jeff Moyer <jmoyer@redhat.com> - 0.2-1
|
||||
|
||||
Reference in New Issue
Block a user