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/
pidginpixmapdir = get_option('datadir') / 'pixmaps/pidgin'
subdir('emotes')
if INSTALL_PIXMAPS
install_data('logo.png', 'arrow-down.xpm', 'arrow-left.xpm', 'arrow-right.xpm', 'arrow-up.xpm',
install_dir : pidginpixmapdir)
# Some of these don't use install_subdir because it deletes the target,
# and some target directories probably have something in them, for those
# installing somewhere with existing stuff. Additionally, we have
# extra stuff in our directories we don't want to install.
install_data('edit.png', 'info.png', 'pause.png',
install_dir : pidginpixmapdir / 'buttons')
subdir('tray')
endif