]> www.fi.muni.cz Git - evince.git/blob - help/Makefile.am
Import Mallard documentation
[evince.git] / help / Makefile.am
1 SUBDIRS = reference
2
3 if ENABLE_HELP
4 include $(top_srcdir)/gnome-doc-utils.make
5
6 DOC_ID = evince
7 DOC_INCLUDES = legal.xml
8
9 dist-hook: doc-dist-hook
10
11 DOC_MODULE = evince
12 DOC_INCLUDES = legal.xml
13 DOC_FIGURES = \
14         add-text-annotation.png         \
15         annotations-navigate.png        \
16         annotations-nav-to-page.png     \
17         evincelogo.png                  \
18         gconf-editor.png                \
19         list-add-tabs.png               \
20         print-2sided.png                \
21         print-select.png                \
22         reverse-collate.png             \
23         zoom.png
24
25 DOC_PAGES = \
26         annotation-properties.page      \
27         annotations-delete.page         \
28         annotations-navigate.page       \
29         annotations.page                \
30         bookmarks.page                  \
31         commandline.page                \
32         convertpdf.page                 \
33         convertPostScript.page          \
34         convertSVG.page                 \
35         editing.page                    \
36         finding.page                    \
37         formats.page                    \
38         forms.page                      \
39         index.page                      \
40         introduction.page               \
41         invert-colors.page              \
42         movingaround.page               \
43         noprint.page                    \
44         openerror.page                  \
45         opening.page                    \
46         password.page                   \
47         presentations.page              \
48         print-2sided.page               \
49         print-differentsize.page        \
50         printing.page                   \
51         print-order.page                \
52         print-select.page               \
53         reload.page                     \
54         shortcuts.page                  \
55         textselection.page              \
56         tips.page                       \
57         zooming.page
58
59 DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr it ja nl oc pt_BR ru sl sr sv uk vi zh_CN
60
61 -include $(top_srcdir)/git.mk
62
63 endif