~ubuntu-branches/debian/jessie/file-roller/jessie

« back to all changes in this revision

Viewing changes to help/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-03-09 19:32:38 UTC
  • mfrom: (1.6.86)
  • Revision ID: package-import@ubuntu.com-20120309193238-dzn4p0szzcambb5v
Tags: 3.3.91-1
* New upstream release.
* Refresh 99_ltmain_as-needed.patch with newer copy in dh-autoreconf.
* Update to Standards-Version 3.9.3, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include $(top_srcdir)/gnome-doc-utils.make
2
2
dist-hook: doc-dist-hook
3
3
 
4
 
DOC_MODULE = file-roller
5
 
DOC_ENTITIES = legal.xml
6
 
DOC_INCLUDES =
7
 
DOC_FIGURES =                                   \
8
 
        figures/file-roller_home.png            \
9
 
        figures/file-roller_leftarrow.png       \
10
 
        figures/file-roller_main_window.png     \
11
 
        figures/file-roller_rightarrow.png      \
12
 
        figures/file-roller_uparrow.png
13
 
 
14
 
DOC_LINGUAS = bg ca cs da de el en_GB es eu fi fr it ja oc nl ru sl sv vi uk zh_CN zh_HK zh_TW
 
4
# Module name
 
5
DOC_ID = file-roller
 
6
 
 
7
# List of figures to be included
 
8
DOC_FIGURES = \
 
9
        figures/file-roller-main-window.png \
 
10
        figures/file-roller-open-recent.png
 
11
 
 
12
# List of pages
 
13
DOC_PAGES = \
 
14
        archive-create.page \
 
15
        archive-edit.page \
 
16
        archive-extract.page \
 
17
        archive-extract-advanced-options.page \
 
18
        archive-open.page \
 
19
        archive-view.page \
 
20
        index.page \
 
21
        introduction.page \
 
22
        keyboard-shortcuts.page \
 
23
        password-protection.page \
 
24
        supported-formats.page \
 
25
        test-integrity.page \
 
26
        troubleshooting-archive-open.page \
 
27
        troubleshooting-password.page
 
28
 
 
29
DOC_LINGUAS = bg ca cs da de el en_GB es eu fi fr gl it ja oc nl ru sl sv te vi uk zh_CN zh_HK zh_TW
15
30
 
16
31
-include $(top_srcdir)/git.mk