~noskcaj/ubuntu/vivid/gnome-system-monitor/3.15

« back to all changes in this revision

Viewing changes to help/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2013-03-22 16:44:14 UTC
  • mfrom: (1.5.1) (2.2.1 sid)
  • mto: (2.2.2 sid)
  • mto: This revision was merged to the branch mainline in revision 100.
  • Revision ID: package-import@ubuntu.com-20130322164414-lg3x8lv9owt6cfnl
Tags: 3.7.92-1
* New upstream release.
* Bump build-dependencies according to configure.ac:
  - libgtk-3-dev bumped from (>= 3.0.0) to (>= 3.5.12)
  - libgtkmm-3.0-dev bumped from (>= 2.99) to (>= 3.3.18)
* Change build-dependencies for new documentation infrastructure:
 - drop gnome-doc-tools
 - add yelp-tools and itstool
* Drop patches
  - 03_dont_show_in_KDE.patch and 04_kfreebsd_cputime.patch both
    applied upstream.

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
3
 
 
4
 
DOC_MODULE = gnome-system-monitor
5
 
DOC_ENTITIES = legal.xml
6
 
DOC_INCLUDES =
7
 
DOC_FIGURES = figures/addColumn.png \
8
 
              figures/changePriority.png \
9
 
              figures/colorPanel.png \
10
 
              figures/columnContextMenu.png \
11
 
              figures/gnome-system-monitor_window.png \
12
 
              figures/memoryMaps.png \
13
 
              figures/moreInfo.png \
14
 
              figures/processListing.png \
15
 
              figures/sortButton.png \
16
 
              figures/sortMenu2.png \
17
 
              figures/sortMenu.png \
18
 
              figures/systemMonitor.png \
19
 
              figures/viewMenu.png
20
 
 
21
 
DOC_LINGUAS = ar bg ca cs da de el es eu fr gl oc pa ru sl sv te zh_CN
 
1
@YELP_HELP_RULES@
 
2
 
 
3
HELP_ID = gnome-system-monitor
 
4
 
 
5
HELP_FILES =                    \
 
6
                index.docbook   \
 
7
                legal.xml
 
8
 
 
9
HELP_MEDIA =                                    \
 
10
                figures/addColumn.png           \
 
11
                figures/changePriority.png      \
 
12
                figures/colorPanel.png          \
 
13
                figures/columnContextMenu.png   \
 
14
                figures/gnome-system-monitor_window.png \
 
15
                figures/memoryMaps.png          \
 
16
                figures/moreInfo.png            \
 
17
                figures/processListing.png      \
 
18
                figures/sortButton.png          \
 
19
                figures/sortMenu2.png           \
 
20
                figures/sortMenu.png            \
 
21
                figures/systemMonitor.png       \
 
22
                figures/viewMenu.png
 
23
 
 
24
HELP_LINGUAS = ar bg ca cs da de el es eu fr gl ja oc pa pt_BR ru sl sv zh_CN
22
25