libgnt/libgnt

Put the documentation into a zip file
release-2.x.y
11 months ago, Gary Kramlich
73d8724225e7
Put the documentation into a zip file

Testing Done:
Ran locally and verified the zip file with `unzip`.

Reviewed at https://reviews.imfreedom.org/r/2467/
plugindir = get_option('libdir') + '/gnt'
irssi = library('irssi', 'irssi.c',
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)
s = library('s', 's.c',
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)