~ubuntu-branches/ubuntu/precise/gnome-games/precise-proposed

« back to all changes in this revision

Viewing changes to gnomine/help/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-04-17 16:31:36 UTC
  • mfrom: (1.1.107)
  • mto: This revision was merged to the branch mainline in revision 164.
  • Revision ID: package-import@ubuntu.com-20120417163136-nbz9cy8b395zxxg2
Tags: 1:3.4.1-0ubuntu1
* New upstream release:
  - swell-foop: fix saving score twice
  - glines: fix closing via window decoration
  - fix help links for modules that still use docbook
  - Update help/Makefile.am for index.docbook pages
  - gnomine: Drop docbook docs and add Mallard docs to the Makefile.am
  - mahjongg: Can't select new stone without unselecting existing one
* debian/patches/00git_mahjongg_behaviour.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        figures/statusbar.png
18
18
 
19
19
HELP_FILES = \
20
 
        gnomine.xml \
21
 
        legal.xml
 
20
        bug-filing.page \
 
21
        develop.page \
 
22
        difficulty.page \
 
23
        documentation.page \
 
24
        faces.page \
 
25
        flags.page \
 
26
        get-help.page \
 
27
        high-scores.page \
 
28
        index.page \
 
29
        license.page \
 
30
        new-game.page \
 
31
        rules.page \
 
32
        shortcuts.page \
 
33
        toolbar.page \
 
34
        translate.page
22
35
 
23
36
HELP_LINGUAS = ca cs da de el en_GB es eu fr gl it oc pt_BR sl sr sr@latin sv zh_CN
24
37