]> granicus.if.org Git - curl/commitdiff
add newly created manual page
authorJan Schaumann <jschauma@netmeister.org>
Fri, 27 Apr 2012 17:53:19 +0000 (13:53 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 27 Apr 2012 18:25:35 +0000 (20:25 +0200)
docs/Makefile.am
packages/AIX/RPM/curl.spec.in
packages/EPM/curl.list.in
packages/Linux/RPM/curl-ssl.spec.in

index 80b30df1264f6d8df0d5e2612cd812555ac88cb0..9edf05fded918a8aeb515741fabc802d963281c7 100644 (file)
@@ -22,9 +22,9 @@
 
 AUTOMAKE_OPTIONS = foreign no-dependencies
 
-man_MANS = curl.1 curl-config.1
-GENHTMLPAGES = curl.html curl-config.html
-PDFPAGES = curl.pdf curl-config.pdf
+man_MANS = curl.1 curl-config.1 mk-ca-bundle.1
+GENHTMLPAGES = curl.html curl-config.html mk-ca-bundle.html
+PDFPAGES = curl.pdf curl-config.pdf mk-ca-bundle.pdf
 
 HTMLPAGES = $(GENHTMLPAGES) index.html
 
index a37e0d7ca134112231a9d2332b5d12d2ad8ccbc8..366cfa07bb077314ad2fcd1d3c1d2e55d03ec6d0 100644 (file)
@@ -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
index 39060dded70bcf145ef87a6d6dc7bf6446d70eae..00f05fb1d9589469fe92727329b38f0a5a9ccc30 100644 (file)
@@ -23,6 +23,7 @@ $datarootdir=@datarootdir@
 
 f 0644 cowo pppusers ${mandir}/man1/curl.1 ./docs/curl.1
 f 0644 cowo pppusers ${mandir}/man1/curl-config.1 ./docs/curl-config.1
+f 0644 cowo pppusers ${mandir}/man1/mk-ca-bundle.1 ./docs/mk-ca-bundle.1
 f 0644 cowo pppusers ${mandir}/man3/curl_easy_cleanup.3 ./docs/curl_easy_cleanup.3
 f 0644 cowo pppusers ${mandir}/man3/curl_easy_getinfo.3 ./docs/curl_easy_getinfo.3
 f 0644 cowo pppusers ${mandir}/man3/curl_easy_init.3 ./docs/curl_easy_init.3
index 7f290ba215f574a637b4c62dc82d85d75bd3ae31..287a3a5c47bf0b773d3fa3bcfe3c480cd2460682 100644 (file)
@@ -66,6 +66,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.so*
 %{_datadir}/curl/curl-ca-bundle.crt
 %doc CHANGES COPYING README testcurl.sh docs/BUGS docs/SSLCERTS