summaryrefslogtreecommitdiff
path: root/pygtk_postinstall.py
Commit message (Collapse)AuthorAgeFilesLines
* pygtk_postinstall.py: remove pygtk-2.0.pc treatment from postinstall as ↵Dieter Verfaillie2010-11-031-33/+3
| | | | pkg-config on windows figures out the correct prefix at runtime
* pygtk_postinstall.py: remove shortcut creationDieter Verfaillie2010-11-031-39/+0
|
* Shortcut removal is not needed on post-uninstallJohn Stowers2010-10-221-13/+3
|
* Disable shortcut creation in windows installerJohn Stowers2010-10-211-1/+1
|
* Setup.py cosmetic tidyJohn Stowers2010-04-161-44/+24
| | | | | * Remove local doc install, point to website instead * link to versioned docs
* Bug 589671 - Fix setup.py for windows buildJohn Stowers2010-04-161-1/+1
| | | | | | * make pycairo compulsory * simplify setup.py using new dsextras * add 2.18 API
* Adapt the codegendir variable to the user platform. Copy style.css fromCedric Gustin2006-09-211-30/+108
| | | | | | | | | | | | | | | 2006-09-21 Cedric Gustin <cedric.gustin@gmail.com> * pygtk_postinstall.py: Adapt the codegendir variable to the user platform. Copy style.css from pygobject docs to pygtk docs. Run fixxref on installed html files. Add functions to install shortcuts in the Start menu to the reference manual (currently disabled: see bug #353849). * setup.py: Changed the way the VERSION macro is defined on win32. Added 2.10 defs files for gdk and gtk when GTK+ 2.10 is detected. Added gtk.keysyms, gtk._lazyutils, dsextras_gen and codegen to the list of installed packages. Also install the html reference documentation and run fixxref on the html files.
* Add pygtk_postinstall.py, used by distutils for win32Johan Dahlin2004-12-241-0/+30