Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/reference/shell
Commit message (Collapse)AuthorAgeFilesLines
* [build] Fix build with --enable-gtk-docCarlos Garcia Campos2009-10-261-2/+7
|
* [build] Remove gitignore files from gitChristian Persch2009-10-251-44/+0
| | | | They're autogenerated now.
* [build] Include git.mk in all MakefilesChristian Persch2009-10-221-0/+2
|
* [build] Automatically keep .gitignore files updatedChristian Persch2009-10-211-0/+44
| | | | Import git.mk.
* Improve wording on reference docs front pageWouter Bolsterlee2009-10-061-33/+27
|
* [build] Fixes reference docs buildNickolay V. Shmyrev2009-06-151-2/+0
| | | | Second part of the commit
* Fix docs build when srcdir != builddirChristian Persch2009-06-111-0/+3
|
* [docs] Fixes documentation buildNickolay V. Shmyrev2009-05-031-3/+4
| | | | Libmisc sources are added to shell docs. Fixes GNOME bug #579671
* Split API documentation into libdocument, libview and shell. RequiredCarlos Garcia Campos2009-02-015-0/+207
2009-02-01 Carlos Garcia Campos <carlosgc@gnome.org> * configure.ac: * help/reference/Makefile.am: * help/reference/libdocument/Makefile.am: * help/reference/libdocument/libevdocument-docs.sgml: * help/reference/libdocument/libevdocument.types: * help/reference/libdocument/version.xml.in: * help/reference/libview/Makefile.am: * help/reference/libview/libevview-docs.sgml: * help/reference/libview/libevview.types: * help/reference/libview/version.xml.in: * help/reference/shell/Makefile.am: * help/reference/shell/evince-docs.sgml: * help/reference/shell/evince.types: * help/reference/shell/tmpl/dummy.sgml: * help/reference/shell/version.xml.in: Split API documentation into libdocument, libview and shell. Required gtk-doc files has been added, but API docs still need to be completed and improved. Fixes bug #568465. svn path=/trunk/; revision=3401