summaryrefslogtreecommitdiff
path: root/MANIFEST.in
Commit message (Collapse)AuthorAgeFilesLines
* bug 542821:Paul Pogonyshev2008-07-131-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-14 Paul Pogonyshev <pogonyshev@gmx.net> bug 542821: * codegen: Remove directory, we will use PyGObject's codegen from now on. * configure.in: Remove local codegen mentions. (CODEGENDIR): New AC_SUBST: determine where installed PyGObject's codegen is. * Makefile.am: * gtk/Makefile.am: Remove local codegen mentions and use 'CODEGENDIR' instead. * MANIFEST.in: * pygtk.spec.in: * setup.py: Remove all mentions of codegen. * pygobject-2.0.pc.in: Remove file (unused). * pygtk-2.0.pc.in: Change 'codegendir' to refer to PyGObject's codegen. svn path=/trunk/; revision=3006
* revert all changes from todayJohan Dahlin2006-01-091-0/+3
|
* Remove some stuff which moved into pygobjectJohan Dahlin2006-01-091-3/+0
|
* Backwards compatibility, based on patch by Jonathan Blandford, fixesJohan Dahlin2003-05-301-0/+1
| | | | | | | | | | | | | * gtk/gtk.override (_wrap_gtk_text_buffer_set_text) (_wrap_gtk_text_buffer_insert) (_wrap_gtk_text_buffer_insert_at_cursor) (_wrap_gtk_text_buffer_insert_interactive) (_wrap_gtk_text_buffer_insert_interactive_at_cursor): * gtk/gdk.defs (gc_new): * gtk/gdk.override (_wrap_gdk_gc_new2): Backwards compatibility, based on patch by Jonathan Blandford, fixes #113861
* Added distutils supportJohan Dahlin2003-01-071-0/+10
2003-01-07 Johan Dahlin <jdahlin@async.com.br> * setup.py, MANIFEST.in: Added distutils support * Makefile.am (EXTRA_DIST): Added setup.py and MANIFEST.in here. * .cvsignore: Add build/dist/MANIFEST here