~ubuntu-branches/ubuntu/trusty/yelp/trusty

« back to all changes in this revision

Viewing changes to data/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-17 10:40:39 UTC
  • mfrom: (1.1.68)
  • Revision ID: package-import@ubuntu.com-20131217104039-wbnlpqst9z62mjbm
Tags: 3.10.1-0ubuntu1
* New upstream release:
  - Correctly detect Unity for conditional processing
  - Fixed build issue with intltool and gettext
  - Various updates for deprecated APIs in GLib and GTK
  - Added support for DocBook conditional processing on desktop environment
* debian/control.in:
  - Use Standards-Version to 3.9.4
* debian/libyelp0.symbols:
  - Removed private symbol that is no longer generated
* debian/patches/10_correctly_detect_unity.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
subdir = data/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular
38
38
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
41
 
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
42
 
        $(top_srcdir)/m4/intlmacosx.m4 $(top_srcdir)/m4/intltool.m4 \
43
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
44
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
 
40
am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
 
41
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
45
42
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46
43
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
48
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/configure.ac
49
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
46
        $(ACLOCAL_M4)
51
47
mkinstalldirs = $(install_sh) -d
115
111
EGREP = @EGREP@
116
112
EXEEXT = @EXEEXT@
117
113
FGREP = @FGREP@
118
 
GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
119
114
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
120
115
GLIB_CFLAGS = @GLIB_CFLAGS@
121
116
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
123
118
GLIB_LIBS = @GLIB_LIBS@
124
119
GLIB_MKENUMS = @GLIB_MKENUMS@
125
120
GMSGFMT = @GMSGFMT@
126
 
GMSGFMT_015 = @GMSGFMT_015@
127
121
GOBJECT_QUERY = @GOBJECT_QUERY@
128
122
GREP = @GREP@
129
123
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
136
130
INSTALL_PROGRAM = @INSTALL_PROGRAM@
137
131
INSTALL_SCRIPT = @INSTALL_SCRIPT@
138
132
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
139
 
INTLLIBS = @INTLLIBS@
140
133
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
141
134
INTLTOOL_MERGE = @INTLTOOL_MERGE@
142
135
INTLTOOL_PERL = @INTLTOOL_PERL@
143
136
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
144
 
INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
145
137
ITSTOOL = @ITSTOOL@
146
138
LD = @LD@
147
139
LDFLAGS = @LDFLAGS@
148
 
LIBICONV = @LIBICONV@
149
 
LIBINTL = @LIBINTL@
150
140
LIBOBJS = @LIBOBJS@
151
141
LIBS = @LIBS@
152
142
LIBTOOL = @LIBTOOL@
153
143
LIPO = @LIPO@
154
144
LN_S = @LN_S@
155
 
LTLIBICONV = @LTLIBICONV@
156
 
LTLIBINTL = @LTLIBINTL@
157
145
LTLIBOBJS = @LTLIBOBJS@
158
146
MAINT = @MAINT@
159
147
MAKEINFO = @MAKEINFO@
160
148
MKDIR_P = @MKDIR_P@
161
149
MSGFMT = @MSGFMT@
162
 
MSGFMT_015 = @MSGFMT_015@
163
150
MSGMERGE = @MSGMERGE@
164
151
NM = @NM@
165
152
NMEDIT = @NMEDIT@
178
165
PKG_CONFIG = @PKG_CONFIG@
179
166
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
180
167
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
181
 
POSUB = @POSUB@
182
168
RANLIB = @RANLIB@
183
169
SED = @SED@
184
170
SET_MAKE = @SET_MAKE@
188
174
VERSION = @VERSION@
189
175
WARN_CFLAGS = @WARN_CFLAGS@
190
176
XGETTEXT = @XGETTEXT@
191
 
XGETTEXT_015 = @XGETTEXT_015@
192
 
XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
193
177
XSL_COLOR = @XSL_COLOR@
194
178
XSL_DB2XHTML = @XSL_DB2XHTML@
195
179
XSL_GETTEXT = @XSL_GETTEXT@