~ubuntu-branches/debian/jessie/xiphos/jessie

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs
  • Date: 2010-03-22 18:15:54 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100322181554-qlqchymwhcw28c0c
* New upstream release:
  + Bugfix only
  + Compatible with xulrunner 1.9.2
  + Update translations

* Revert changes introduced in 3.1.2-1ubuntu1. Thank you Chris Coulson
  for temporary fix.
* debian/xiphos.1 - spelling mistake
* waf is now default buildsystem
* help is now licensed under GPL
* Bumped standards version no changes required
* Changed email to @ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
## Process this file with automake to produce Makefile.in
2
2
 
 
3
SUBDIRS = doc po src ui help pixmaps
 
4
 
3
5
desktopdir = $(datadir)/applications
4
6
desktop_in_files = @PACKAGE@.desktop.in.in
5
7
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
6
8
 
7
9
@INTLTOOL_DESKTOP_RULE@
8
10
 
9
 
SUBDIRS = doc po src ui help pixmaps
 
11
 
10
12
 
11
13
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
12
14
 
14
16
        README \
15
17
        RELEASE-NOTES \
16
18
        COPYING \
17
 
        COPYING-DOCS \
18
19
        AUTHORS \
19
20
        ChangeLog \
20
21
        INSTALL \
22
23
        TODO \
23
24
        Xiphos.ogg
24
25
 
25
 
ACLOCAL_AMFLAGS = -I m4
26
 
 
27
26
EXTRA_DIST = \
28
27
        ${PACKAGE}.desktop.in.in \
29
28
        ${PACKAGE}.spec.in \
30
29
        ${PACKAGE}.spec \
31
30
        gnome-doc-utils.make \
32
 
        intltool-extract.in \
33
 
        intltool-merge.in \
34
 
        intltool-update.in \
 
31
        xmldocs.make \
 
32
        omf.make \
35
33
        TRANSLATION-HOWTO \
36
 
        m4/* \
37
34
        waf \
38
35
        wscript \
39
 
        waffles/__init__.py \
40
 
        waffles/editor.py \
41
 
        waffles/gecko.py \
42
 
        waffles/gtkhtml.py \
43
 
        waffles/misc.py \
44
 
        src/examples/ipc_client.c \
 
36
        po/wscript_build \
 
37
        waffles \
 
38
        src/examples/ipc_client.c \
45
39
        src/examples/ipc_client.py \
46
40
        src/examples/Makefile
47
41
 
48
 
DISTCLEANFILES = gnome-doc-utils.make
 
42
CLEANFILES = \
 
43
        $(desktop_DATA)
49
44
 
50
45
rpm: dist
51
46
        rpmbuild -ta $(distdir).tar.gz