From fc044705ba4d0213f9430704e9d5ec2b723ae91c Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Mon, 21 Mar 2011 14:55:20 +0100 Subject: [PATCH] relocate help images to fix documentation build https://bugzilla.gnome.org/show_bug.cgi?id=645410 --- help/C/annotations-navigate.page | 4 ++-- help/C/annotations.page | 4 ++-- help/C/{ => figures}/add-text-annotation.png | Bin .../{ => figures}/annotations-nav-to-page.png | Bin help/C/{ => figures}/annotations-navigate.png | Bin help/C/{ => figures}/evincelogo.png | Bin help/C/{ => figures}/gconf-editor.png | Bin help/C/{ => figures}/list-add-tabs.png | Bin help/C/{ => figures}/print-2sided.png | Bin help/C/{ => figures}/print-select.png | Bin help/C/{ => figures}/reverse-collate.png | Bin help/C/{ => figures}/zoom.png | Bin help/C/index.page | 2 +- help/C/movingaround.page | 2 +- help/C/print-order.page | 2 +- help/C/print-select.page | 2 +- help/Makefile.am | 20 +++++++++--------- 17 files changed, 18 insertions(+), 18 deletions(-) rename help/C/{ => figures}/add-text-annotation.png (100%) rename help/C/{ => figures}/annotations-nav-to-page.png (100%) rename help/C/{ => figures}/annotations-navigate.png (100%) rename help/C/{ => figures}/evincelogo.png (100%) rename help/C/{ => figures}/gconf-editor.png (100%) rename help/C/{ => figures}/list-add-tabs.png (100%) rename help/C/{ => figures}/print-2sided.png (100%) rename help/C/{ => figures}/print-select.png (100%) rename help/C/{ => figures}/reverse-collate.png (100%) rename help/C/{ => figures}/zoom.png (100%) diff --git a/help/C/annotations-navigate.page b/help/C/annotations-navigate.page index 5d233e9a..24e08e69 100644 --- a/help/C/annotations-navigate.page +++ b/help/C/annotations-navigate.page @@ -21,9 +21,9 @@

If you have created annotations on your document, you can use the List tab to display the list of all the annotations in the document. The list indicates the type, page number, author and date of the annotation.

- +

To quickly navigate to the location of a particular annotation, click on the arrow to the left of the page number. You will see a list of annotations on that page. Click on the annotation you are interested in, and Evince will navigate to the location of the annotation in the document.

- + diff --git a/help/C/annotations.page b/help/C/annotations.page index 96172b77..77d1864c 100644 --- a/help/C/annotations.page +++ b/help/C/annotations.page @@ -41,7 +41,7 @@

You should now see List and Add tabs under the drop-down menu.

- + @@ -54,7 +54,7 @@

Click on the icon to add a text annotation.

- +

diff --git a/help/C/add-text-annotation.png b/help/C/figures/add-text-annotation.png similarity index 100% rename from help/C/add-text-annotation.png rename to help/C/figures/add-text-annotation.png diff --git a/help/C/annotations-nav-to-page.png b/help/C/figures/annotations-nav-to-page.png similarity index 100% rename from help/C/annotations-nav-to-page.png rename to help/C/figures/annotations-nav-to-page.png diff --git a/help/C/annotations-navigate.png b/help/C/figures/annotations-navigate.png similarity index 100% rename from help/C/annotations-navigate.png rename to help/C/figures/annotations-navigate.png diff --git a/help/C/evincelogo.png b/help/C/figures/evincelogo.png similarity index 100% rename from help/C/evincelogo.png rename to help/C/figures/evincelogo.png diff --git a/help/C/gconf-editor.png b/help/C/figures/gconf-editor.png similarity index 100% rename from help/C/gconf-editor.png rename to help/C/figures/gconf-editor.png diff --git a/help/C/list-add-tabs.png b/help/C/figures/list-add-tabs.png similarity index 100% rename from help/C/list-add-tabs.png rename to help/C/figures/list-add-tabs.png diff --git a/help/C/print-2sided.png b/help/C/figures/print-2sided.png similarity index 100% rename from help/C/print-2sided.png rename to help/C/figures/print-2sided.png diff --git a/help/C/print-select.png b/help/C/figures/print-select.png similarity index 100% rename from help/C/print-select.png rename to help/C/figures/print-select.png diff --git a/help/C/reverse-collate.png b/help/C/figures/reverse-collate.png similarity index 100% rename from help/C/reverse-collate.png rename to help/C/figures/reverse-collate.png diff --git a/help/C/zoom.png b/help/C/figures/zoom.png similarity index 100% rename from help/C/zoom.png rename to help/C/figures/zoom.png diff --git a/help/C/index.page b/help/C/index.page index 4298d2e5..522363b8 100644 --- a/help/C/index.page +++ b/help/C/index.page @@ -16,7 +16,7 @@ -<media type="image" src="evincelogo.png">Evince logo</media> +<title><media type="image" src="figures/evincelogo.png">Evince logo</media> Evince Document Viewer

diff --git a/help/C/movingaround.page b/help/C/movingaround.page index b7712f75..a9f901ae 100644 --- a/help/C/movingaround.page +++ b/help/C/movingaround.page @@ -143,7 +143,7 @@ You can move around each page of a document by any of the following methods:

hold down Ctrl and use your mouse scroll wheel to zoom.

select desired zoom percentage from the drop down menu above the window.

- +
diff --git a/help/C/print-order.page b/help/C/print-order.page index 9d6fbd34..9604860c 100644 --- a/help/C/print-order.page +++ b/help/C/print-order.page @@ -51,7 +51,7 @@ its pages grouped together.

Click FilePrint

In the General tab of the Print window under Copies check Collate.

- +
diff --git a/help/C/print-select.page b/help/C/print-select.page index 0189b430..8521955d 100644 --- a/help/C/print-select.page +++ b/help/C/print-select.page @@ -35,7 +35,7 @@

For example, if you enter "1,3,5-7,9" in the Pages textbox, pages 1,3,5,6,7 and 9 will be printed.

- + diff --git a/help/Makefile.am b/help/Makefile.am index 264fd4da..57d7fa30 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -9,16 +9,16 @@ DOC_INCLUDES = legal.xml dist-hook: doc-dist-hook DOC_FIGURES = \ - add-text-annotation.png \ - annotations-navigate.png \ - annotations-nav-to-page.png \ - evincelogo.png \ - gconf-editor.png \ - list-add-tabs.png \ - print-2sided.png \ - print-select.png \ - reverse-collate.png \ - zoom.png + figures/add-text-annotation.png \ + figures/annotations-navigate.png \ + figures/annotations-nav-to-page.png \ + figures/evincelogo.png \ + figures/gconf-editor.png \ + figures/list-add-tabs.png \ + figures/print-2sided.png \ + figures/print-select.png \ + figures/reverse-collate.png \ + figures/zoom.png DOC_PAGES = \ annotation-properties.page \ -- 2.43.0