]> www.fi.muni.cz Git - evince.git/blob - help/Makefile.am
help: Always build .gitignore, not just when help is enabled
[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_FIGURES = \
12         add-text-annotation.png         \
13         annotations-navigate.png        \
14         annotations-nav-to-page.png     \
15         evincelogo.png                  \
16         gconf-editor.png                \
17         list-add-tabs.png               \
18         print-2sided.png                \
19         print-select.png                \
20         reverse-collate.png             \
21         zoom.png
22
23 DOC_PAGES = \
24         annotation-properties.page      \
25         annotations-delete.page         \
26         annotations-navigate.page       \
27         annotations.page                \
28         bookmarks.page                  \
29         commandline.page                \
30         convertpdf.page                 \
31         convertPostScript.page          \
32         convertSVG.page                 \
33         editing.page                    \
34         finding.page                    \
35         formats.page                    \
36         forms.page                      \
37         index.page                      \
38         introduction.page               \
39         invert-colors.page              \
40         movingaround.page               \
41         noprint.page                    \
42         openerror.page                  \
43         opening.page                    \
44         password.page                   \
45         presentations.page              \
46         print-2sided.page               \
47         print-differentsize.page        \
48         printing.page                   \
49         print-order.page                \
50         print-select.page               \
51         reload.page                     \
52         shortcuts.page                  \
53         textselection.page              \
54         tips.page                       \
55         zooming.page
56
57 DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr gl it ja nl oc pt_BR ru sl sr sv uk vi zh_CN
58
59 endif
60
61 -include $(top_srcdir)/git.mk