pidgin/pidgin

1927694accdb
Remove the facebook docs from the convey tasks

Testing Done:
ran `convey run docs` and verified it succeeded.

Reviewed at https://reviews.imfreedom.org/r/2399/
if get_option('doc')
subdir('libpurple')
subdir('protocols')
if ENABLE_GTK
subdir('pidgin')
else
pidgin_doc = []
endif
if enable_consoleui
subdir('finch')
else
finch_doc = []
endif
alias_target('doc', libpurple_doc, protocols_doc, pidgin_doc, finch_doc)
endif