~ubuntu-branches/ubuntu/vivid/modemmanager/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-16 17:12:41 UTC
  • mfrom: (16.1.1 oneiric)
  • Revision ID: james.westby@ubuntu.com-20110616171241-k8vgsdmbpsvx467q
Tags: 0.4.997-1
* debian/watch: Switch to .bz2 tarballs.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
docs/spec.html: $(XMLS) introspection/all.xml doc-generator.xsl
15
15
        @install -d docs
16
 
        $(XSLTPROC) doc-generator.xsl introspection/all.xml > $@
 
16
        $(XSLTPROC) $(top_srcdir)/doc-generator.xsl $(top_srcdir)/introspection/all.xml > $@
17
17
 
18
18
all: $(GENERATED_FILES)
19
19
 
49
49
 
50
50
include/mm-modem.h: $(XMLS) introspection/all.xml header-generator.xsl
51
51
        @install -d include
52
 
        $(XSLTPROC) header-generator.xsl introspection/all.xml > $@
 
52
        $(XSLTPROC) $(top_srcdir)/header-generator.xsl $(top_srcdir)/introspection/all.xml > $@
53
53
 
54
54
%service: %service.in
55
55
        $(edit) $< >$@
63
63
        -e 's|@localstatedir[@]|$(localstatedir)|g' \
64
64
        -e 's|@libexecdir[@]|$(libexecdir)|g'
65
65
 
66
 
DISTCHECK_CONFIGURE_FLAGS = --with-udev-base-dir=$dc_install_base --with-tests=yes
 
66
DISTCHECK_CONFIGURE_FLAGS = \
 
67
        --with-udev-base-dir="$$dc_install_base" \
 
68
        --with-tests=yes \
 
69
        --with-docs=yes
67
70
 
68
71
INTLTOOL_FILES = \
69
72
        intltool-extract.in \