Update packaging/installation for new man pages

This commit is contained in:
Paul Ewing
2020-09-15 22:18:56 -07:00
parent f98e195d92
commit a7987e94de
3 changed files with 5 additions and 0 deletions
+2
View File
@@ -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)
+2
View File
@@ -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
+1
View File
@@ -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