File: Makefile.am

package info (click to toggle)
gimp-data-extras 1%3A2.0.4-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 124,480 kB
  • sloc: lisp: 5,902; python: 859; sh: 662; ansic: 315; makefile: 252
file content (27 lines) | stat: -rw-r--r-- 516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## Makefile.am for gimp-data-extras/desktop

appstream_in_files = \
	org.gimp.GIMP.data_extras.metainfo.xml.in

appstream_files = $(appstream_in_files:.xml.in=.xml)

appdatadir = $(datadir)/metainfo
appdata_DATA = $(appstream_files)

EXTRA_DIST = \
	$(appstream_in_files) \
	test-appdata.sh.in


DISTCLEANFILES = $(appstream_files)

@INTLTOOL_XML_RULE@

TESTS_ENVIRONMENT = \
	chmod +x test-appdata.sh; \
	GIMP_TESTING_ABS_TOP_BUILDDIR=@abs_top_builddir@
TESTS =

if HAVE_APPSTREAMCLI
TESTS += test-appdata.sh
endif