~ubuntu-branches/ubuntu/trusty/gcompris/trusty

« back to all changes in this revision

Viewing changes to boards/paintings/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2002-04-21 16:16:27 UTC
  • Revision ID: james.westby@ubuntu.com-20020421161627-s07yahahm817qxs6
Tags: upstream-1.0.3
ImportĀ upstreamĀ versionĀ 1.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/paintings
 
3
 
 
4
xml_in_files = \
 
5
        board1_0.xml.in \
 
6
        board2_0.xml.in \
 
7
        board3_0.xml.in \
 
8
        board3_1.xml.in \
 
9
        board4_0.xml.in \
 
10
        board5_0.xml.in \
 
11
        board6_0.xml.in
 
12
 
 
13
xml_DATA = $(xml_in_files:.xml.in=.xml)
 
14
 
 
15
@INTLTOOL_XML_RULE@
 
16
 
 
17
 
 
18