~ubuntu-branches/debian/sid/geany-plugins/sid

« back to all changes in this revision

Viewing changes to geanygendoc/data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Evgeni Golov, Evgeni Golov
  • Date: 2011-11-17 20:03:24 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111117200324-8qmu6tuwjtfpv3n7
Tags: 0.21.1-1
[ Evgeni Golov ]
* [f4007f2] Imported Upstream version 0.21.1
* [5ff622d] install plugins from/to /usr/lib/<arch-triplet>/geany
* [75411d7] bump build-dep to geany 0.21
* [db92155] depend on the virtual geany-abi-XX package
* [dd84769] switch to 3.0 (quilt)
* [3ab76d7] drop readme.source
* [233d44c] refresh patch against 0.21.1
* [030bec1] add lintian override for
            documentation-package-not-architecture-independent
* [aba43d7] use debhelper compat level 9

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
subdir = geanygendoc/data
37
37
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
38
38
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
39
 
am__aclocal_m4_deps = $(top_srcdir)/build/addons.m4 \
 
39
am__aclocal_m4_deps = $(top_srcdir)/build/bundled/gpgme.m4 \
 
40
        $(top_srcdir)/build/addons.m4 $(top_srcdir)/build/cflags.m4 \
40
41
        $(top_srcdir)/build/codenav.m4 $(top_srcdir)/build/common.m4 \
 
42
        $(top_srcdir)/build/cppcheck.m4 \
 
43
        $(top_srcdir)/build/debugger.m4 $(top_srcdir)/build/devhelp.m4 \
41
44
        $(top_srcdir)/build/expansions.m4 $(top_srcdir)/build/geany.m4 \
42
45
        $(top_srcdir)/build/geanydoc.m4 \
43
46
        $(top_srcdir)/build/geanyextrasel.m4 \
47
50
        $(top_srcdir)/build/geanylatex.m4 \
48
51
        $(top_srcdir)/build/geanylipsum.m4 \
49
52
        $(top_srcdir)/build/geanylua.m4 \
50
 
        $(top_srcdir)/build/geanyprj.m4 \
 
53
        $(top_srcdir)/build/geanymacro.m4 \
 
54
        $(top_srcdir)/build/geanynumberedbookmarks.m4 \
 
55
        $(top_srcdir)/build/geanypg.m4 $(top_srcdir)/build/geanyprj.m4 \
51
56
        $(top_srcdir)/build/geanysendmail.m4 \
52
 
        $(top_srcdir)/build/geanyvc.m4 $(top_srcdir)/build/i18n.m4 \
 
57
        $(top_srcdir)/build/geanyvc.m4 $(top_srcdir)/build/gproject.m4 \
 
58
        $(top_srcdir)/build/i18n.m4 \
53
59
        $(top_srcdir)/build/pretty-printer.m4 \
54
60
        $(top_srcdir)/build/shiftcolumn.m4 \
55
61
        $(top_srcdir)/build/spellcheck.m4 \
56
62
        $(top_srcdir)/build/status.m4 \
 
63
        $(top_srcdir)/build/tableconvert.m4 \
57
64
        $(top_srcdir)/build/treebrowser.m4 \
58
65
        $(top_srcdir)/build/unittests.m4 \
59
66
        $(top_srcdir)/build/updatechecker.m4 \
60
67
        $(top_srcdir)/build/webhelper.m4 \
 
68
        $(top_srcdir)/build/xmlsnippets.m4 \
61
69
        $(top_srcdir)/build/cache/glib-gettext.m4 \
62
70
        $(top_srcdir)/build/cache/intltool.m4 \
63
71
        $(top_srcdir)/build/cache/libtool.m4 \
139
147
CHECK_CFLAGS = @CHECK_CFLAGS@
140
148
CHECK_LIBS = @CHECK_LIBS@
141
149
CPP = @CPP@
 
150
CPPCHECK = @CPPCHECK@
142
151
CPPFLAGS = @CPPFLAGS@
143
152
CYGPATH_W = @CYGPATH_W@
144
153
DATADIRNAME = @DATADIRNAME@
145
154
DEFS = @DEFS@
146
155
DEPDIR = @DEPDIR@
 
156
DEVHELP_CFLAGS = @DEVHELP_CFLAGS@
 
157
DEVHELP_LIBS = @DEVHELP_LIBS@
 
158
DLLTOOL = @DLLTOOL@
147
159
DSYMUTIL = @DSYMUTIL@
148
160
DUMPBIN = @DUMPBIN@
149
161
ECHO_C = @ECHO_C@
165
177
GLIB_MKENUMS = @GLIB_MKENUMS@
166
178
GMOFILES = @GMOFILES@
167
179
GMSGFMT = @GMSGFMT@
 
180
GPGME_CFLAGS = @GPGME_CFLAGS@
 
181
GPGME_CONFIG = @GPGME_CONFIG@
 
182
GPGME_LIBS = @GPGME_LIBS@
 
183
GP_CFLAGS = @GP_CFLAGS@
168
184
GREP = @GREP@
169
185
GTKSPELL_CFLAGS = @GTKSPELL_CFLAGS@
170
186
GTKSPELL_LIBS = @GTKSPELL_LIBS@
193
209
LUA_CFLAGS = @LUA_CFLAGS@
194
210
LUA_LIBS = @LUA_LIBS@
195
211
MAKEINFO = @MAKEINFO@
 
212
MANIFEST_TOOL = @MANIFEST_TOOL@
196
213
MKDIR_P = @MKDIR_P@
197
214
MKINSTALLDIRS = @MKINSTALLDIRS@
198
215
MSGFMT = @MSGFMT@
229
246
UPDATECHECKER_LIBS = @UPDATECHECKER_LIBS@
230
247
USE_NLS = @USE_NLS@
231
248
VERSION = @VERSION@
 
249
VTE_CFLAGS = @VTE_CFLAGS@
 
250
VTE_LIBS = @VTE_LIBS@
232
251
WEBHELPER_CFLAGS = @WEBHELPER_CFLAGS@
233
252
WEBHELPER_LIBS = @WEBHELPER_LIBS@
234
253
XGETTEXT = @XGETTEXT@
236
255
abs_srcdir = @abs_srcdir@
237
256
abs_top_builddir = @abs_top_builddir@
238
257
abs_top_srcdir = @abs_top_srcdir@
 
258
ac_ct_AR = @ac_ct_AR@
239
259
ac_ct_CC = @ac_ct_CC@
240
260
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241
261
am__include = @am__include@
269
289
libexecdir = @libexecdir@
270
290
localedir = @localedir@
271
291
localstatedir = @localstatedir@
272
 
lt_ECHO = @lt_ECHO@
273
292
mandir = @mandir@
274
293
mkdir_p = @mkdir_p@
275
294
oldincludedir = @oldincludedir@