~ubuntu-branches/ubuntu/natty/inkscape/natty

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alex Valavanis
  • Date: 2010-09-12 19:44:58 UTC
  • mfrom: (1.1.12 upstream) (45.1.3 maverick)
  • Revision ID: james.westby@ubuntu.com-20100912194458-4sjwmbl7dlsrk5dc
Tags: 0.48.0-1ubuntu1
* Merge with Debian unstable (LP: #628048, LP: #401567, LP: #456248, 
  LP: #463602, LP: #591986)
* debian/control: 
  - Ubuntu maintainers
  - Promote python-lxml, python-numpy, python-uniconvertor to Recommends.
  - Demote pstoedit to Suggests (universe package).
  - Suggests ttf-dejavu instead of ttf-bitstream-vera (LP: #513319)
* debian/rules:
  - Run intltool-update on build (Ubuntu-specific).
  - Add translation domain to .desktop files (Ubuntu-specific).
* debian/dirs:
  - Add usr/share/pixmaps.  Allow inkscape.xpm installation
* drop 50-poppler-API.dpatch (now upstream)
* drop 51-paste-in-unwritable-directory.dpatch (now upstream) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
39
39
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
40
40
        $(top_srcdir)/m4/ac_define_dir.m4 \
41
41
        $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/m4/relaytool.m4 \
42
 
        $(top_srcdir)/m4/ink_svn_snapshot_build.m4 \
 
42
        $(top_srcdir)/m4/ink_bzr_snapshot_build.m4 \
43
43
        $(top_srcdir)/configure.ac
44
44
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45
45
        $(ACLOCAL_M4)
47
47
CONFIG_HEADER = $(top_builddir)/config.h
48
48
CONFIG_CLEAN_FILES =
49
49
CONFIG_CLEAN_VPATH_FILES =
 
50
AM_V_GEN = $(am__v_GEN_$(V))
 
51
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
52
am__v_GEN_0 = @echo "  GEN   " $@;
 
53
AM_V_at = $(am__v_at_$(V))
 
54
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
55
am__v_at_0 = @
50
56
SOURCES =
51
57
DIST_SOURCES =
52
58
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
53
59
ACLOCAL = @ACLOCAL@
54
60
ALL_LINGUAS = @ALL_LINGUAS@
55
61
AMTAR = @AMTAR@
 
62
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
56
63
AUTOCONF = @AUTOCONF@
57
64
AUTOHEADER = @AUTOHEADER@
58
65
AUTOMAKE = @AUTOMAKE@
97
104
GREP = @GREP@
98
105
IMAGEMAGICK_CFLAGS = @IMAGEMAGICK_CFLAGS@
99
106
IMAGEMAGICK_LIBS = @IMAGEMAGICK_LIBS@
 
107
INKBOARD_CFLAGS = @INKBOARD_CFLAGS@
 
108
INKBOARD_LIBS = @INKBOARD_LIBS@
100
109
INKSCAPE_CFLAGS = @INKSCAPE_CFLAGS@
101
110
INKSCAPE_DATADIR = @INKSCAPE_DATADIR@
102
111
INKSCAPE_LIBS = @INKSCAPE_LIBS@
141
150
PERL_LIBS = @PERL_LIBS@
142
151
PKG_CONFIG = @PKG_CONFIG@
143
152
POFILES = @POFILES@
144
 
POPPLERNEW_CFLAGS = @POPPLERNEW_CFLAGS@
145
 
POPPLERNEW_LIBS = @POPPLERNEW_LIBS@
146
153
POPPLER_CAIRO_CFLAGS = @POPPLER_CAIRO_CFLAGS@
147
154
POPPLER_CAIRO_LIBS = @POPPLER_CAIRO_LIBS@
148
155
POPPLER_CFLAGS = @POPPLER_CFLAGS@
 
156
POPPLER_GFXFONT_CFLAGS = @POPPLER_GFXFONT_CFLAGS@
 
157
POPPLER_GFXFONT_LIBS = @POPPLER_GFXFONT_LIBS@
149
158
POPPLER_GLIB_CFLAGS = @POPPLER_GLIB_CFLAGS@
150
159
POPPLER_GLIB_LIBS = @POPPLER_GLIB_LIBS@
151
160
POPPLER_LIBS = @POPPLER_LIBS@
221
230
        architecture.txt \
222
231
        class-hierarchy.dia \
223
232
        coordinates.txt \
 
233
        HACKING.de.txt \
 
234
        HACKING.fr.txt \
 
235
        HACKING.it.txt \
 
236
        HACKING.pt_BR.txt \
 
237
        HACKING.txt \
224
238
        keys.README \
225
239
        keys.xml \
226
240
        keys.de.xml \
244
258
              exit 1;; \
245
259
          esac; \
246
260
        done; \
247
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
 
261
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
248
262
        $(am__cd) $(top_srcdir) && \
249
 
          $(AUTOMAKE) --gnu doc/Makefile
 
263
          $(AUTOMAKE) --foreign doc/Makefile
250
264
.PRECIOUS: Makefile
251
265
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
252
266
        @case '$?' in \