pidgin/pidgin

Add a custom target for running everything when landing a pull request

Testing Done:
Ran `ninja clean` followed by `ninja turtles` and verified the pot file, all the code, and the docs were compiled.

Reviewed at https://reviews.imfreedom.org/r/2387/
PURPLE_HISTORY_SOURCES = [
'purplehistorycore.c',
]
purple_history = executable('purple-history',
PURPLE_HISTORY_SOURCES,
dependencies : [libpurple_dep, glib],
install : true)