Changeset 595

Show
Ignore:
Timestamp:
07/27/06 22:21:40
Author:
pvanhoof
Message:

Little fix for the python binding

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/autogen.sh

    r589 r595  
    2626# TODO: Put this in a make target (stupid gtk-doc.make doesn't make this possible afaik) 
    2727 
     28./gentypes.sh $srcdir 
    2829 
    29 find $srcdir -type f -iname "*.h" -printf "#include <%f>\n" | grep -v "\-priv" | grep -v "\-test" | grep -v "config.h" | grep -v "tny-summary-window.h" | grep -v "tny-summary-view.h" | grep -v "tny-msg-folder-list.h" | grep -v "tny-platform-factory.h" | grep -v "tny-account-store.h" | grep -v "tny-device.h" | grep -v "tny-password-dialog.h" | grep -v camel > docs/devel/reference/libtinymail.types 
    30  
    31 echo >> docs/devel/reference/libtinymail.types 
    32  
    33 find $srcdir -type f -iname "*.h" -exec grep get_type {} \; | grep -v _tny_list_iterator | grep -v tny_summary_view | grep -v define | grep -v _test | grep -v tny_summary_window |grep -v tny_msg_folder_list | grep -v "tny-platform-factory" | grep -v "tny-account-store" | grep -v "tny-device" | grep -v "tny-password-dialog" |grep -v camel | cut -d " " -f 2- | cut -d "(" -f 1| sed s/\ //g >> docs/devel/reference/libtinymail.types