|
Revision 3408
(checked in by pvanhoof, 8 months ago)
|
Preparatons for next pre release
|
- Property svn:executable set to
*
|
| Line | |
|---|
| 1 |
|
|---|
| 2 |
srcdir=$1 |
|---|
| 3 |
echo "#include <glib.h>" > docs/devel/reference/libtinymail.types |
|---|
| 4 |
|
|---|
| 5 |
find $srcdir -maxdepth 2 -type f -iname '*.h' -printf ' |
|---|
| 6 |
|
|---|
| 7 |
echo >> docs/devel/reference/libtinymail.types |
|---|
| 8 |
|
|---|
| 9 |
find $srcdir -maxdepth 2 -type f -iname "*.h" -exec grep get_type {} \; | grep -v _tny_simple_list_iterator | grep -v tny_demoui_summary_view | grep -v define | grep -v tny_maemo | grep -v tny_gpe | grep -v tny_gnome | grep -v tny_olpc | grep -v _camel_get_type | grep -v tny_test_stream_get_type | grep -v tny_gtk_enums_get_type | grep -v tny_enums_get_type | grep -v tny_acap_account_store_get_type | grep -v webkit | grep -v html | grep -v async_worker | grep -v mail_noti | cut -d " " -f 2- | cut -d "(" -f 1 | sed s/\ //g >> docs/devel/reference/libtinymail.types |
|---|
| 10 |
|
|---|