libgnt/libgnt

e9f4e4f0cf13
Make sure the zip file of docs extracts to the expected name

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

Reviewed at https://reviews.imfreedom.org/r/2466/
programs = ['combo', 'focus', 'tv', 'multiwin', 'keys', 'menu', 'parse', 'tree']
foreach prog : programs
executable(prog,
prog + '.c',
c_args : '-DSTANDALONE',
dependencies : [libgnt_dep, gobject, gmodule])
endforeach
shared_library('wm',
'wm.c',
name_prefix : '',
dependencies : [libgnt_dep, gobject, gmodule])