~taylorp36/ubuntu/wily/aisleriot/bug-1490189

« back to all changes in this revision

Viewing changes to help/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-26 12:54:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110926125422-fhnx2xyc0qcpgyh2
Tags: 1:3.2.0-0ubuntu1
* New upstream stable release.
  - Distribute a copy of the LGPL
  - Update card theme install info for Debian, Ubuntu & OpenSUSE
  - Build help with yelp-tools instead of gnome-doc-utils
  - Fix game restart
  - Translation updates
* debian/control: Build-depends on yelp-tools
* debian/copyright: Fixed a few lintian warnings
* 03_update_theme_install_data.patch: Dropped, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include $(top_srcdir)/gnome-doc-utils.make
 
1
@YELP_HELP_RULES@
2
2
 
3
3
NULL =
4
4
 
5
 
DOC_LINGUAS = ca de el en_GB es eu fr oc ru sl sr sr@latin sv zh_CN
6
 
 
7
 
DOC_MODULE = aisleriot
8
 
 
9
 
DOC_ENTITIES = \
 
5
HELP_LINGUAS = ca de el en_GB es eu fr gl oc ru sl sr sr@latin sv zh_CN
 
6
 
 
7
HELP_ID = aisleriot
 
8
 
 
9
HELP_FILES = \
 
10
        index.docbook \
10
11
        accordion.xml \
11
12
        agnes.xml \
12
13
        athena.xml \
99
100
        zebra.xml \
100
101
        $(NULL)
101
102
 
102
 
DOC_FIGURES = \
 
103
HELP_MEDIA = \
103
104
        figures/camelot-goal.png \
104
105
        figures/clock-rules.png \
105
106
        $(NULL)
106
107
 
107
 
dist-hook: doc-dist-hook
108
 
 
109
108
dist_man_MANS = sol.6
110
109
 
111
110
-include $(top_srcdir)/git.mk