summaryrefslogtreecommitdiff
path: root/docs/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* fix distcheckJohn Stowers2011-03-121-1/+0
|
* reference: add gtk.InfoBar, gtk.OffscreenWindow, gtk.Spinner, ↵Dieter Verfaillie2011-03-101-0/+10
| | | | gtk.ToolItemGroup and gtk.ToolPalette skeleton xml files
* reference: pygtk-gtkentrybuffer.xml: new in PyGTK 2.22Dieter Verfaillie2011-02-281-0/+2
|
* reference: pygtk-gtkcomboboxtext.xml: new in PyGTK 2.24Dieter Verfaillie2011-02-221-0/+2
|
* reference: pygtk-gtkcellrendererspinner.xml: new in PyGTK 2.22Dieter Verfaillie2011-02-211-0/+2
|
* reference: pygtk-gtk-classes.xml: correctly order gtkbuildable, gtkbuilder ↵Dieter Verfaillie2011-02-211-4/+4
| | | | and gtkbutton
* Add docs for the new class gtk.ActivatableGian Mario Tagliaretti2009-08-131-6/+8
|
* Fix conditional in docs/Makefile.amFrederic Peters2009-05-121-0/+4
| | | | Bug #582139.
* Don't run 'fixxref.py' if documentation is not builtBjörn Lindqvist2009-05-081-3/+3
| | | | Closes bug #536091.
* Add new class gtk.gdk.AppLaunchContext.Gian Mario Tagliaretti2009-03-051-1/+3
| | | | | | | | | | | 2009-03-05 Gian Mario Tagliaretti <gianmt@gnome.org> * Makefile.am: * pygtk-gdk-classes.xml: * pygtk-gdkapplaunchcontext.xml: Add new class gtk.gdk.AppLaunchContext. svn path=/trunk/; revision=3105
* Update docs to 2.14Gian Mario Tagliaretti2009-03-041-0/+2
| | | | | | | | | | | | | 2009-03-04 Gian Mario Tagliaretti <gianmt@gnome.org> * pygtk-gtkwindow.xml: Update docs to 2.14 * Makefile.am: * pygtk-gtk-classes.xml: * pygtk-gtktoolshell.xml: Add new class gtk.ToolShell. svn path=/trunk/; revision=3102
* Update docs to 2.14Gian Mario Tagliaretti2009-03-011-1/+7
| | | | | | | | | | | | | | | | 2009-02-28 Gian Mario Tagliaretti <gianmt@gnome.org> * pygtk-gtkprintsettings.xml: * pygtk-gtksocket.xml: * pygtk-gtkplug.xml: * pygtk-gtkpagesetup.xml: Update docs to 2.14 * imaegs/*: * Makefile.am: * pygtk-gtk-constants.xml: Add new constants with new images. svn path=/trunk/; revision=3099
* Update docs to 2.14Gian Mario Tagliaretti2009-02-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | 2009-02-27 Gian Mario Tagliaretti <gianmt@gnome.org> * pygtk-gtkmessagedialog.xml: * pygtk-gtklayout.xml: * pygtk-gtkimage.xml: * pygtk-gtkicontheme.xml: * pygtk-gtkiconinfo.xml: * pygtk-gtkhandlebox.xml: * pygtk-gtkfontselection.xml: * pygtk-gtkfontselectiondialog.xml: Update docs to 2.14 * pygtk-gtktooltips.xml: Add deprecation warnings. * Makefile.am: * pygtk-gtk-classes.xml: * pygtk-gtkmountoperation.xml: Add new class gtk.MountOperation. svn path=/trunk/; revision=3096
* Fix a problem with distcheck and avoid including .svn dir in the resulting ↵Gian Mario Tagliaretti2008-08-211-6/+8
| | | | | | tarball. svn path=/trunk/; revision=3019
* Don't include full directories: that drags in the '.svn's in them (bugPaul Pogonyshev2008-07-191-1/+2
| | | | | | | | | 2008-07-19 Paul Pogonyshev <pogonyshev@gmx.net> * docs/Makefile.am (EXTRA_DIST): Don't include full directories: that drags in the '.svn's in them (bug #530142). svn path=/trunk/; revision=3009
* Add docs for gtk.RecentAction.Gian Mario Tagliaretti2008-06-061-0/+2
| | | | svn path=/trunk/; revision=2988
* Move CSS_DATA variable inside the if ENABLE_DOCS block. Makes make work ifBjörn Lindqvist2008-06-011-2/+2
| | | | | | | | | | 2008-06-01 Björn Lindqvist <bjourne@gmail.com> * docs/Makefile.am: Move CSS_DATA variable inside the if ENABLE_DOCS block. Makes make work if --enable-docs=no is specified and pygobject docs are not available. (bug #536077) svn path=/trunk/; revision=2984
* Add pygobject docs dir to index dirs for fixxref.pyJohn Finlay2007-09-061-1/+1
| | | | | | | * docs/Makefile.am (install-data-hook): Add pygobject docs dir to index dirs for fixxref.py svn path=/trunk/; revision=2903
* Add icons and cursors to dist.Gustavo J. A. M. Carneiro2007-08-271-1/+2
| | | | svn path=/trunk/; revision=2891
* Install the stock item icons and cursor images with the ref docs.John Finlay2007-08-221-1/+11
| | | | svn path=/trunk/; revision=2885
* Add new gtk.Tooltip() docs.Gian Mario Tagliaretti2007-08-051-0/+2
| | | | svn path=/trunk/; revision=2873
* Add new gtk.VolumeButton() docs.Gian Mario Tagliaretti2007-08-051-6/+8
| | | | svn path=/trunk/; revision=2871
* Add new gtk.ScaleButton() docsGian Mario Tagliaretti2007-07-251-0/+2
| | | | svn path=/trunk/; revision=2858
* Add new gtk.Buildable() docs, add note 'new 2.12 method' on gtk.Builder docsGian Mario Tagliaretti2007-07-241-0/+2
| | | | svn path=/trunk/; revision=2857
* Add new gtk.Builder docsGian Mario Tagliaretti2007-07-221-0/+2
| | | | svn path=/trunk/; revision=2856
* treat --enable-docs like in gtk+, closes #361722Gustavo J. A. M. Carneiro2007-01-091-18/+33
| | | | svn path=/trunk/; revision=2800
* Remove html/pygtk-reference-copyright.html. Fixes #361906 (Marc-AndreJohn Finlay2006-10-131-1/+0
| | | | | * docs/Makefile.am (HTMLFILES): Remove html/pygtk-reference-copyright.html. Fixes #361906 (Marc-Andre Lureau)
* Include the built docs in the tarballJohan Dahlin2006-09-041-9/+15
|
* Remove gross hackJohan Dahlin2006-08-211-9/+2
|
* comment out pdf part, it won't work anywayJohan Dahlin2006-08-211-4/+4
|
* Get rid of build_stamp, include the generated html documentation in theJohan Dahlin2006-08-211-23/+23
| | | | | * docs/Makefile.am: Get rid of build_stamp, include the generated html documentation in the tarball.
* Copy style.css from pygobject docs when installing docs. Fixes #351385John Finlay2006-08-151-3/+2
| | | | | | | * docs/Makefile.am (CSS_FILES): * docs/style.css: * configure.in (PYGOBJECT_PYGDOCS): Copy style.css from pygobject docs when installing docs. Fixes #351385 (Gian Mario Tagliaretti)
* Add. Add install of style.cssJohn Finlay2006-08-131-1/+6
| | | | | * docs/style.css: Add. * docs/Makefile.am: Add install of style.css
* Use builddate.xml for the builddate entity and have builddate.xml beJohn Finlay2006-08-111-1/+6
| | | | | | | | | * configure.in: * docs/Makefile.am: * docs/reference/entities.docbook.in: * docs/reference/pygtk2-ref.xml: Use builddate.xml for the builddate entity and have builddate.xml be updated when the docs are built not during configure time.
* Fix parallel build (#350225, Ed Catmur)Johan Dahlin2006-08-071-0/+2
| | | | | * docs/Makefile.am ($(HTML_DATA)): Fix parallel build (#350225, Ed Catmur)
* Remove, it moved to PyGObject.Johan Dahlin2006-08-061-3/+1
| | | | * docs/fixxref.py: Remove, it moved to PyGObject.
* Clean up the build date/version mess I created. Now it's created duringJohan Dahlin2006-08-041-17/+10
| | | | | | | | | | * configure.in: * docs/Makefile.am: * docs/reference/entities.docbook.in: * docs/reference/pygtk2-ref.xml: Clean up the build date/version mess I created. Now it's created during configure time and properly included in the docbook files. Also make sure distcheck passes
* Make builddate.xml dependent on REFERENCE_DEPS. Make version.xml dependentJohn Finlay2006-07-211-5/+5
| | | | | | * docs/Makefile.am: Make builddate.xml dependent on REFERENCE_DEPS. Make version.xml dependent on config.h. Add builddate.xml to pdf and build-stamp dependencies. Clean pdf files.
* Generate builddate.xml and version.xml at build time instead on configureJohan Dahlin2006-07-201-13/+35
| | | | | | | | | * configure.ac: * docs/Makefile.am: * docs/reference/.cvsignore: * docs/reference/version.xml.in: Generate builddate.xml and version.xml at build time instead on configure time, add proper dependencies.
* Fix typoJohn Finlay2006-07-191-1/+2
| | | | | | * gtk/gtktreeview.override (_wrap_gtk_tree_store_insert): Fix typo * docs/Makefile.am: Use more portable date generator.
* Add utility to fix links to pygobject docs.John Finlay2006-07-191-3/+9
| | | | | | | | | | | | | | | * docs/fixxref.py: Add utility to fix links to pygobject docs. * docs/Makefile.am : Add reference/version.xml and reference/builddate.xml for auto generated version and build date for docs * docs/common.xsl: * docs/devhelp.xsl: * docs/html-style.xsl: * docs/html.xsl: Remove. * configure.in (AC_CONFIG_FILES): Add docs/reference/version.xml
* Install book in $datadir/gtk-doc/htmlJohan Dahlin2006-07-191-1/+1
| | | | * docs/Makefile.am (HTMLdir): Install book in $datadir/gtk-doc/html
* Add non GObject parts of John Finlays reference manualJohan Dahlin2006-07-181-0/+588
| | | | | | | | | * configure.in: * docs/.cvsignore: * docs/Makefile.am: * docs/reference/pygtk2-ref.xml: Add non GObject parts of John Finlays reference manual
* make it pass distcheckJohan Dahlin2004-09-271-31/+0
|
* Filter out 0 valuesJohan Dahlin2004-09-171-291/+28
| | | | | | | * gobject/pygflags.c: Filter out 0 values * Makefile.am: * docs/Makefile.am: Revert documentation changes
* New targetJohan Dahlin2004-08-101-28/+291
| | | | | | | | | * Makefile.am (dist-nodoc): New target * docs/ref: Adding Johns reference manual * docs/: (incomplete) buildsystem for documentation and removing old documentation
* docs updates.James Henstridge2002-08-311-1/+7
|
* add missing makefile.James Henstridge2002-08-261-0/+25