diff options
Diffstat (limited to 'docs/reference/pluma-docs.sgml')
-rwxr-xr-x | docs/reference/pluma-docs.sgml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/reference/pluma-docs.sgml b/docs/reference/pluma-docs.sgml new file mode 100755 index 00000000..cf349af0 --- /dev/null +++ b/docs/reference/pluma-docs.sgml @@ -0,0 +1,37 @@ +<?xml version="1.0"?> +<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> +<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude"> + <bookinfo> + <title>pluma Reference Manual</title> + </bookinfo> + + <chapter> + <title>pluma</title> + <xi:include href="xml/pluma-app.xml"/> + <xi:include href="xml/pluma-document.xml"/> + <xi:include href="xml/pluma-encodings-option-menu.xml"/> + <xi:include href="xml/pluma-file-chooser-dialog.xml"/> + <xi:include href="xml/pluma-message-bus.xml"/> + <xi:include href="xml/pluma-message-type.xml"/> + <xi:include href="xml/pluma-message.xml"/> + <xi:include href="xml/pluma-notebook.xml"/> + <xi:include href="xml/pluma-panel.xml"/> + <xi:include href="xml/pluma-plugin.xml"/> + <xi:include href="xml/pluma-print-job-preview.xml"/> + <xi:include href="xml/pluma-print.xml"/> + <xi:include href="xml/pluma-progress-message-area.xml"/> + <xi:include href="xml/pluma-statusbar.xml"/> + <xi:include href="xml/pluma-tab.xml"/> + <xi:include href="xml/pluma-view.xml"/> + <xi:include href="xml/pluma-window.xml"/> + <xi:include href="xml/pluma-convert.xml"/> + <xi:include href="xml/pluma-debug.xml"/> + <xi:include href="xml/pluma-encodings.xml"/> + <xi:include href="xml/pluma-help.xml"/> + <xi:include href="xml/pluma-metadata-manager.xml"/> + <xi:include href="xml/pluma-prefs-manager-app.xml"/> + <xi:include href="xml/pluma-prefs-manager.xml"/> + <xi:include href="xml/pluma-utils.xml"/> + </chapter> +</book> |