qulogic/pidgin

Merge the removed release prep ca-certs stuff
release-2.x.y
2016-06-18, Gary Kramlich
d02df09288d1
Merge the removed release prep ca-certs stuff
--- a/share/ca-certs/Makefile.am Sat Jun 18 20:07:20 2016 -0500
+++ b/share/ca-certs/Makefile.am Sat Jun 18 20:42:01 2016 -0500
@@ -21,17 +21,3 @@
Makefile.mingw \
$(CERTIFICATES) \
$(EXTRA_CERTS)
-
-.PHONY: mk-ca-bundle.pl
-mk-ca-bundle.pl:
- curl -o $@ https://raw.githubusercontent.com/curl/curl/HEAD/lib/mk-ca-bundle.pl
- chmod +x $@
-
-.PHONY: mozilla.pem
-mozilla.pem: mk-ca-bundle.pl
- ./mk-ca-bundle.pl -u mozilla.pem
-
-CLEANFILES = \
- certdata.txt \
- mozilla.pem
-