~ubuntu-branches/ubuntu/trusty/pitivi/trusty

1 by Daniel Holbach
Import upstream version 0.9.9.2
1
AUTOMAKE_OPTIONS = dist-bzip2
2
1.5.3 by Jeremy Bicha
Import upstream version 0.14.2
3
SUBDIRS	= bin pitivi common po tests data help
1.1.1 by Sebastian Dröge
Import upstream version 0.10.0
4
1.1.7 by Sebastian Dröge
Import upstream version 0.13.0.2
5
mimedir = $(datadir)/mime/packages
6
mime_DATA = pitivi.xml
7
1.2.11 by Sebastian Dröge
Import upstream version 0.13.9.90
8
man_MANS = docs/pitivi.1
9
1 by Daniel Holbach
Import upstream version 0.9.9.2
10
EXTRA_DIST = \
11
	pitivi.spec \
12
	pitivi.spec.in \
13
	ChangeLog \
14
	NEWS \
15
	AUTHORS \
1.1.1 by Sebastian Dröge
Import upstream version 0.10.0
16
	RELEASE \
1.1.3 by Loic Minier
Import upstream version 0.10.2
17
	ABOUT-NLS \
1.5.3 by Jeremy Bicha
Import upstream version 0.14.2
18
	gnome-doc-utils.make \
1.1.7 by Sebastian Dröge
Import upstream version 0.13.0.2
19
    pitivi.xml
1.1.3 by Loic Minier
Import upstream version 0.10.2
20
21
22
DISTCLEANFILES =                \
1.5.3 by Jeremy Bicha
Import upstream version 0.14.2
23
        gnome-doc-utils.make    \
1.1.3 by Loic Minier
Import upstream version 0.10.2
24
        intltool-extract        \
25
        intltool-merge          \
26
        intltool-update
27
1.1.10 by Sebastian Dröge
Import upstream version 0.13.2.4
28
EXTRA_DIST +=                   \
1.1.3 by Loic Minier
Import upstream version 0.10.2
29
        intltool-extract.in     \
30
        intltool-merge.in       \
1.1.10 by Sebastian Dröge
Import upstream version 0.13.2.4
31
        intltool-update.in      \
1.2.11 by Sebastian Dröge
Import upstream version 0.13.9.90
32
        $(man_MANS)
1.1.10 by Sebastian Dröge
Import upstream version 0.13.2.4
33
1.1.3 by Loic Minier
Import upstream version 0.10.2
34
locale-uninstalled:
35
	if test -d po; then \
1.1.6 by Sebastian Dröge
Import upstream version 0.11.3
36
	    $(MAKE) -C po datadir=../$(top_builddir) install; \
1.1.3 by Loic Minier
Import upstream version 0.10.2
37
	fi
38
39
locale-uninstalled-clean:
40
	@-rm -rf _trial_temp
41
	@-rm -rf $(top_builddir)/locale
42
43
44
all-local: locale-uninstalled
1.1.6 by Sebastian Dröge
Import upstream version 0.11.3
45
clean-local: locale-uninstalled-clean
1.4.2 by Sebastian Dröge
Import upstream version 0.13.3.2
46
47
check-integration:
48
	cd tests; make check-integration