diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-11-20 03:12:14 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-11-20 03:12:14 +0800 |
commit | b59fc10752cd7d6e7c0affb262d441081dd9b587 (patch) | |
tree | c18f582cc1be011598113f9bcd80d831f1662988 /doc/reference/epiphany-docs.sgml | |
parent | 6e2a790eeb65a5aba6dfa000f9161f99bf27262c (diff) | |
download | gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.gz gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.bz2 gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.lz gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.xz gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.tar.zst gsoc2013-epiphany-b59fc10752cd7d6e7c0affb262d441081dd9b587.zip |
Complete docs base implementation. Should work more or less.
2003-11-19 Marco Pesenti Gritti <marco@gnome.org>
* doc/reference/.cvsignore:
* doc/reference/Makefile.am:
* doc/reference/epiphany-docs.sgml:
* doc/reference/epiphany.types:
* doc/reference/tmpl/config.sgml:
* doc/reference/tmpl/ephy-session.sgml:
* doc/reference/tmpl/ephy-shell.sgml:
Complete docs base implementation. Should work
more or less.
* embed/Makefile.am:
* lib/Makefile.am:
* src/Makefile.am:
Cleanup a bit libs build and use a static lib
also for the src/ code so that we can use it
for documents.
* src/ephy-nautilus-view.c:
Bad chpe forgot to modify func signature.
Diffstat (limited to 'doc/reference/epiphany-docs.sgml')
-rw-r--r-- | doc/reference/epiphany-docs.sgml | 40 |
1 files changed, 3 insertions, 37 deletions
diff --git a/doc/reference/epiphany-docs.sgml b/doc/reference/epiphany-docs.sgml index bc8dbb8d8..7115f2aa7 100644 --- a/doc/reference/epiphany-docs.sgml +++ b/doc/reference/epiphany-docs.sgml @@ -8,42 +8,8 @@ <chapter> <title>[Insert title here]</title> - <xi:include href="xml/ephy-dialog.xml"/> - <xi:include href="xml/ephy-file-chooser.xml"/> - <xi:include href="xml/ephy-module-loader.xml"/> - <xi:include href="xml/ephy-node-db.xml"/> - <xi:include href="xml/ephy-node-filter.xml"/> - <xi:include href="xml/ephy-node.xml"/> - <xi:include href="xml/ephy-prefs.xml"/> - <xi:include href="xml/eggtreemultidnd.xml"/> - <xi:include href="xml/ephy-arrow-toolbutton.xml"/> - <xi:include href="xml/ephy-ellipsizing-label.xml"/> - <xi:include href="xml/ephy-location-entry.xml"/> - <xi:include href="xml/ephy-node-view.xml"/> - <xi:include href="xml/ephy-search-entry.xml"/> - <xi:include href="xml/ephy-spinner.xml"/> - <xi:include href="xml/ephy-tree-model-node.xml"/> - <xi:include href="xml/ephy-tree-model-sort.xml"/> - <xi:include href="xml/ephy-zoom-action.xml"/> - <xi:include href="xml/ephy-zoom-control.xml"/> - <xi:include href="xml/eel-gconf-extensions.xml"/> - <xi:include href="xml/ephy-bonobo-extensions.xml"/> - <xi:include href="xml/ephy-debug.xml"/> - <xi:include href="xml/ephy-dnd.xml"/> - <xi:include href="xml/ephy-file-helpers.xml"/> - <xi:include href="xml/ephy-glade.xml"/> - <xi:include href="xml/ephy-gui.xml"/> - <xi:include href="xml/ephy-langs.xml"/> - <xi:include href="xml/ephy-node-common.xml"/> - <xi:include href="xml/ephy-state.xml"/> - <xi:include href="xml/ephy-stock-icons.xml"/> - <xi:include href="xml/ephy-string.xml"/> - <xi:include href="xml/ephy-thread-helpers.xml"/> - <xi:include href="xml/ephy-zoom.xml"/> - <xi:include href="xml/ephy-marshal.xml"/> - <xi:include href="xml/egg-editable-toolbar.xml"/> - <xi:include href="xml/egg-toolbar-editor.xml"/> - <xi:include href="xml/egg-toolbars-model.xml"/> - <xi:include href="xml/ephy-cell-renderer-progress.xml"/> + <xi:include href="xml/ephy-session.xml"/> + <xi:include href="xml/ephy-shell.xml"/> + <xi:include href="xml/config.xml"/> </chapter> </book> |