~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): Andreas Henriksson
  • Date: 2013-05-25 13:13:26 UTC
  • mfrom: (1.8.1) (5.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130525131326-bm7bv6b4yig6820h
Tags: 3.8.2-1
* New upstream release.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include $(top_srcdir)/gnome-doc-utils.make
2
 
dist-hook: doc-dist-hook
 
1
@YELP_HELP_RULES@
3
2
 
4
3
# Module name
5
 
DOC_ID = file-roller
 
4
HELP_ID = file-roller
6
5
 
7
6
# List of figures to be included
8
 
DOC_FIGURES = \
 
7
HELP_MEDIA = \
9
8
        figures/file-roller-main-window.png \
10
 
        figures/file-roller-open-recent.png
 
9
        figures/file-roller-open-recent.png \
 
10
        figures/file-roller-icon.png
11
11
 
12
12
# List of pages
13
 
DOC_PAGES = \
 
13
HELP_FILES = \
14
14
        archive-create.page \
15
15
        archive-edit.page \
16
16
        archive-extract.page \
26
26
        troubleshooting-archive-open.page \
27
27
        troubleshooting-password.page
28
28
 
29
 
DOC_LINGUAS = bg ca cs da de el en_GB es eu fi fr gl hu it ja oc nl ru sl sv te vi uk zh_CN zh_HK zh_TW
 
29
HELP_LINGUAS = bg ca cs da de el en_GB es eu fi fr gl hu it ja nl oc pt_BR ru sl sv te vi uk zh_CN zh_HK zh_TW
30
30
 
31
31
-include $(top_srcdir)/git.mk