pidgin/pidgin

Ignore pidginprivate.h from the docs

2021-05-13, Gary Kramlich
1b5b70f24f62
Ignore pidginprivate.h from the docs

Testing Done:
Ran docs locally, had to remove the html and xml directories to have a clean build.

Reviewed at https://reviews.imfreedom.org/r/653/
if PLUGINS
if kwallet.found()
kwallet_moc = qt5.preprocess(
moc_headers: 'purplekwallet.h',
dependencies: qt5_dep,
)
kwallet_sources = [
'purplekwallet.cpp',
'purplekwallet.h',
kwallet_moc,
]
kwallet_plugin = library('purplekwallet', kwallet_sources,
dependencies : [kwallet, qt5_dep, libpurple_dep],
name_prefix : '',
install : true, install_dir : PURPLE_PLUGINDIR)
endif
endif