diff options
author | Jan Schaumann <jschauma@netmeister.org> | 2012-04-27 13:53:19 -0400 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-04-27 20:25:35 +0200 |
commit | 64f48e884e3c1b0f939ac651d32531ce77da09bf (patch) | |
tree | c86ec54f18c6c575ec39ee3f934d5cfced24681f /packages/AIX | |
parent | e146a5f132c01a556d9963c949321dc22c649433 (diff) | |
download | curl-64f48e884e3c1b0f939ac651d32531ce77da09bf.tar.gz |
add newly created manual page
Diffstat (limited to 'packages/AIX')
-rw-r--r-- | packages/AIX/RPM/curl.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/AIX/RPM/curl.spec.in b/packages/AIX/RPM/curl.spec.in index a37e0d7ca..366cfa07b 100644 --- a/packages/AIX/RPM/curl.spec.in +++ b/packages/AIX/RPM/curl.spec.in @@ -105,6 +105,7 @@ make DESTDIR=%{buildroot} install-strip %defattr(-,root,root) %attr(0755,root,root) %{_bindir}/curl %attr(0644,root,root) %{_mandir}/man1/curl.1* +%attr(0644,root,root) %{_mandir}/man1/mk-ca-bundle.1 %{_libdir}/libcurl.a %if %{SSL} == 1 %{_datadir}/curl/curl-ca-bundle.crt @@ -124,6 +125,7 @@ make DESTDIR=%{buildroot} install-strip %defattr(-,root,root) %attr(0755,root,root) %{_bindir}/curl-config %attr(0644,root,root) %{_mandir}/man1/curl-config.1* +%attr(0644,root,root) %{_mandir}/man1/mk-ca-bundle.1 %attr(0644,root,root) %{_mandir}/man3/* %attr(0644,root,root) %{_includedir}/curl/* %{_libdir}/libcurl.la |