~ubuntu-branches/ubuntu/gutsy/yelp/gutsy-updates

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-08-14 13:14:03 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20070814131403-k4h8l2t6mc8pcrix
Tags: 2.19.90-0ubuntu1
* New upstream version:
  - Fix distcheck
  - Use x-yelp-index instead of index, which unbreaks some docbook files
  - Write html on command instead of in idle, which fixes info pages
  - Update some copyrights on files
  - Make MAINTAINERS meet bkor's high expectations
  - Add a "phrase not found" message to the find bar
  - Fix "info <page>" in search bar (LP: #54430)
  - Handle malformed .so tags
  - Better handling of cross links in man pages
  - Fix crashes in various info pages
  - Remove extra markup from print dialog
  - Fix searching of single ':' using basic search (LP: #128130)
  - Various fixes to basic search
  - Handle '\*=' escape sequence in man pages
  - Resolve full paths given with ghelp: uri (LP: #130724)
  - Reduce static data and relocations
  - Fix build on Solaris
  - Remove c++ comment
  - Mark -help contents as translatable
  - Remove suffix from icon
  - Make error messages less cryptic
  - Mark print dialog title as translatable
  - Fix building with Beagle again
  - Register EXSLT extensions
  - Fixes docbook pages again
  - Updated translations
* debian/patches/07_rosetta_translations_update.patch:
  - updated
* debian/patches/90_from_svn_exslt_registration.patch:
  - dropped, fixed with the new version
* debian/rules:
  - use beagle search

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
50
46
DIST_SOURCES =
51
47
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
48
        html-recursive info-recursive install-data-recursive \
53
 
        install-exec-recursive install-info-recursive \
54
 
        install-recursive installcheck-recursive installdirs-recursive \
55
 
        pdf-recursive ps-recursive uninstall-info-recursive \
56
 
        uninstall-recursive
 
49
        install-dvi-recursive install-exec-recursive \
 
50
        install-html-recursive install-info-recursive \
 
51
        install-pdf-recursive install-ps-recursive install-recursive \
 
52
        installcheck-recursive installdirs-recursive pdf-recursive \
 
53
        ps-recursive uninstall-recursive
57
54
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
58
55
am__vpath_adj = case $$p in \
59
56
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
67
64
schemasDATA_INSTALL = $(INSTALL_DATA)
68
65
tocDATA_INSTALL = $(INSTALL_DATA)
69
66
DATA = $(css_DATA) $(js_DATA) $(schemas_DATA) $(toc_DATA)
 
67
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
68
  distclean-recursive maintainer-clean-recursive
70
69
ETAGS = etags
71
70
CTAGS = ctags
72
71
DIST_SUBDIRS = $(SUBDIRS)
74
73
ACLOCAL = @ACLOCAL@
75
74
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
76
75
ALL_LINGUAS = @ALL_LINGUAS@
77
 
AMDEP_FALSE = @AMDEP_FALSE@
78
 
AMDEP_TRUE = @AMDEP_TRUE@
79
76
AMTAR = @AMTAR@
80
77
AM_CFLAGS = @AM_CFLAGS@
81
78
AM_CPPFLAGS = @AM_CPPFLAGS@
109
106
ECHO_N = @ECHO_N@
110
107
ECHO_T = @ECHO_T@
111
108
EGREP = @EGREP@
112
 
ENABLE_BEAGLE_FALSE = @ENABLE_BEAGLE_FALSE@
113
 
ENABLE_BEAGLE_TRUE = @ENABLE_BEAGLE_TRUE@
114
109
EXEEXT = @EXEEXT@
115
110
F77 = @F77@
116
111
FFLAGS = @FFLAGS@
117
112
GCONFTOOL = @GCONFTOOL@
118
 
GCONF_SCHEMAS_INSTALL_FALSE = @GCONF_SCHEMAS_INSTALL_FALSE@
119
 
GCONF_SCHEMAS_INSTALL_TRUE = @GCONF_SCHEMAS_INSTALL_TRUE@
120
113
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
121
114
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
122
115
GDU_ICON_PATH = @GDU_ICON_PATH@
129
122
GMSGFMT = @GMSGFMT@
130
123
GOBJECT_QUERY = @GOBJECT_QUERY@
131
124
GREP = @GREP@
132
 
HAVE_GECKO_1_7_FALSE = @HAVE_GECKO_1_7_FALSE@
133
 
HAVE_GECKO_1_7_TRUE = @HAVE_GECKO_1_7_TRUE@
134
 
HAVE_GECKO_1_8_1_FALSE = @HAVE_GECKO_1_8_1_FALSE@
135
 
HAVE_GECKO_1_8_1_TRUE = @HAVE_GECKO_1_8_1_TRUE@
136
 
HAVE_GECKO_1_8_FALSE = @HAVE_GECKO_1_8_FALSE@
137
 
HAVE_GECKO_1_8_TRUE = @HAVE_GECKO_1_8_TRUE@
138
 
HAVE_GECKO_1_9_FALSE = @HAVE_GECKO_1_9_FALSE@
139
 
HAVE_GECKO_1_9_TRUE = @HAVE_GECKO_1_9_TRUE@
140
 
HAVE_GECKO_DEBUG_FALSE = @HAVE_GECKO_DEBUG_FALSE@
141
 
HAVE_GECKO_DEBUG_TRUE = @HAVE_GECKO_DEBUG_TRUE@
142
 
HAVE_MOZILLA_TOOLKIT_FALSE = @HAVE_MOZILLA_TOOLKIT_FALSE@
143
 
HAVE_MOZILLA_TOOLKIT_TRUE = @HAVE_MOZILLA_TOOLKIT_TRUE@
 
125
INSTALL = @INSTALL@
144
126
INSTALL_DATA = @INSTALL_DATA@
145
127
INSTALL_PROGRAM = @INSTALL_PROGRAM@
146
128
INSTALL_SCRIPT = @INSTALL_SCRIPT@
151
133
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
152
134
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
153
135
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
154
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
155
136
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
156
137
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
157
138
INTLTOOL_MERGE = @INTLTOOL_MERGE@
158
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
159
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
160
139
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
161
140
INTLTOOL_PERL = @INTLTOOL_PERL@
 
141
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
162
142
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
163
143
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
164
144
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
170
150
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
171
151
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
172
152
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
173
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
174
153
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
175
154
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
176
155
LDFLAGS = @LDFLAGS@
180
159
LN_S = @LN_S@
181
160
LTLIBOBJS = @LTLIBOBJS@
182
161
MAINT = @MAINT@
183
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
184
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
185
162
MAKEINFO = @MAKEINFO@
 
163
MKDIR_P = @MKDIR_P@
186
164
MKINSTALLDIRS = @MKINSTALLDIRS@
187
165
MOZILLA = @MOZILLA@
188
166
MOZILLA_COMPONENT_CFLAGS = @MOZILLA_COMPONENT_CFLAGS@
228
206
YELP_SEARCH_CFLAGS = @YELP_SEARCH_CFLAGS@
229
207
YELP_SEARCH_LIBS = @YELP_SEARCH_LIBS@
230
208
Z_LIBS = @Z_LIBS@
 
209
abs_builddir = @abs_builddir@
 
210
abs_srcdir = @abs_srcdir@
 
211
abs_top_builddir = @abs_top_builddir@
 
212
abs_top_srcdir = @abs_top_srcdir@
231
213
ac_ct_CC = @ac_ct_CC@
232
214
ac_ct_CXX = @ac_ct_CXX@
233
215
ac_ct_F77 = @ac_ct_F77@
234
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
235
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
236
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
237
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
238
216
am__include = @am__include@
239
217
am__leading_dot = @am__leading_dot@
240
218
am__quote = @am__quote@
246
224
build_cpu = @build_cpu@
247
225
build_os = @build_os@
248
226
build_vendor = @build_vendor@
 
227
builddir = @builddir@
249
228
datadir = @datadir@
250
229
datarootdir = @datarootdir@
251
230
docdir = @docdir@
273
252
psdir = @psdir@
274
253
sbindir = @sbindir@
275
254
sharedstatedir = @sharedstatedir@
 
255
srcdir = @srcdir@
276
256
sysconfdir = @sysconfdir@
277
257
target_alias = @target_alias@
 
258
top_builddir = @top_builddir@
 
259
top_srcdir = @top_srcdir@
278
260
SUBDIRS = icons ui
279
261
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
280
262
schemas_DATA = yelp.schemas
331
313
 
332
314
clean-libtool:
333
315
        -rm -rf .libs _libs
334
 
 
335
 
distclean-libtool:
336
 
        -rm -f libtool
337
 
uninstall-info-am:
338
316
install-cssDATA: $(css_DATA)
339
317
        @$(NORMAL_INSTALL)
340
 
        test -z "$(cssdir)" || $(mkdir_p) "$(DESTDIR)$(cssdir)"
 
318
        test -z "$(cssdir)" || $(MKDIR_P) "$(DESTDIR)$(cssdir)"
341
319
        @list='$(css_DATA)'; for p in $$list; do \
342
320
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
343
321
          f=$(am__strip_dir) \
354
332
        done
355
333
install-jsDATA: $(js_DATA)
356
334
        @$(NORMAL_INSTALL)
357
 
        test -z "$(jsdir)" || $(mkdir_p) "$(DESTDIR)$(jsdir)"
 
335
        test -z "$(jsdir)" || $(MKDIR_P) "$(DESTDIR)$(jsdir)"
358
336
        @list='$(js_DATA)'; for p in $$list; do \
359
337
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
360
338
          f=$(am__strip_dir) \
371
349
        done
372
350
install-schemasDATA: $(schemas_DATA)
373
351
        @$(NORMAL_INSTALL)
374
 
        test -z "$(schemasdir)" || $(mkdir_p) "$(DESTDIR)$(schemasdir)"
 
352
        test -z "$(schemasdir)" || $(MKDIR_P) "$(DESTDIR)$(schemasdir)"
375
353
        @list='$(schemas_DATA)'; for p in $$list; do \
376
354
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
377
355
          f=$(am__strip_dir) \
388
366
        done
389
367
install-tocDATA: $(toc_DATA)
390
368
        @$(NORMAL_INSTALL)
391
 
        test -z "$(tocdir)" || $(mkdir_p) "$(DESTDIR)$(tocdir)"
 
369
        test -z "$(tocdir)" || $(MKDIR_P) "$(DESTDIR)$(tocdir)"
392
370
        @list='$(toc_DATA)'; for p in $$list; do \
393
371
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
394
372
          f=$(am__strip_dir) \
435
413
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
436
414
        fi; test -z "$$fail"
437
415
 
438
 
mostlyclean-recursive clean-recursive distclean-recursive \
439
 
maintainer-clean-recursive:
 
416
$(RECURSIVE_CLEAN_TARGETS):
440
417
        @failcom='exit 1'; \
441
418
        for f in x $$MAKEFLAGS; do \
442
419
          case $$f in \
537
514
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
538
515
 
539
516
distdir: $(DISTFILES)
540
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
541
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
542
 
        list='$(DISTFILES)'; for file in $$list; do \
543
 
          case $$file in \
544
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
545
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
546
 
          esac; \
 
517
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
518
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
519
        list='$(DISTFILES)'; \
 
520
          dist_files=`for file in $$list; do echo $$file; done | \
 
521
          sed -e "s|^$$srcdirstrip/||;t" \
 
522
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
523
        case $$dist_files in \
 
524
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
525
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
526
                           sort -u` ;; \
 
527
        esac; \
 
528
        for file in $$dist_files; do \
547
529
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
548
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
549
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
550
 
            dir="/$$dir"; \
551
 
            $(mkdir_p) "$(distdir)$$dir"; \
552
 
          else \
553
 
            dir=''; \
554
 
          fi; \
555
530
          if test -d $$d/$$file; then \
 
531
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556
532
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
557
533
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
558
534
            fi; \
566
542
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
567
543
          if test "$$subdir" = .; then :; else \
568
544
            test -d "$(distdir)/$$subdir" \
569
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
545
            || $(MKDIR_P) "$(distdir)/$$subdir" \
570
546
            || exit 1; \
571
547
            distdir=`$(am__cd) $(distdir) && pwd`; \
572
548
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
574
550
              $(MAKE) $(AM_MAKEFLAGS) \
575
551
                top_distdir="$$top_distdir" \
576
552
                distdir="$$distdir/$$subdir" \
 
553
                am__remove_distdir=: \
 
554
                am__skip_length_check=: \
577
555
                distdir) \
578
556
              || exit 1; \
579
557
          fi; \
584
562
installdirs: installdirs-recursive
585
563
installdirs-am:
586
564
        for dir in "$(DESTDIR)$(cssdir)" "$(DESTDIR)$(jsdir)" "$(DESTDIR)$(schemasdir)" "$(DESTDIR)$(tocdir)"; do \
587
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
565
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
588
566
        done
589
567
install: install-recursive
590
568
install-exec: install-exec-recursive
617
595
 
618
596
distclean: distclean-recursive
619
597
        -rm -f Makefile
620
 
distclean-am: clean-am distclean-generic distclean-libtool \
621
 
        distclean-tags
 
598
distclean-am: clean-am distclean-generic distclean-tags
622
599
 
623
600
dvi: dvi-recursive
624
601
 
633
610
install-data-am: install-cssDATA install-data-local install-jsDATA \
634
611
        install-schemasDATA install-tocDATA
635
612
 
 
613
install-dvi: install-dvi-recursive
 
614
 
636
615
install-exec-am:
637
616
 
 
617
install-html: install-html-recursive
 
618
 
638
619
install-info: install-info-recursive
639
620
 
640
621
install-man:
641
622
 
 
623
install-pdf: install-pdf-recursive
 
624
 
 
625
install-ps: install-ps-recursive
 
626
 
642
627
installcheck-am:
643
628
 
644
629
maintainer-clean: maintainer-clean-recursive
657
642
 
658
643
ps-am:
659
644
 
660
 
uninstall-am: uninstall-cssDATA uninstall-info-am uninstall-jsDATA \
661
 
        uninstall-schemasDATA uninstall-tocDATA
662
 
 
663
 
uninstall-info: uninstall-info-recursive
664
 
 
665
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
666
 
        clean clean-generic clean-libtool clean-recursive ctags \
667
 
        ctags-recursive distclean distclean-generic distclean-libtool \
668
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
 
645
uninstall-am: uninstall-cssDATA uninstall-jsDATA uninstall-schemasDATA \
 
646
        uninstall-tocDATA
 
647
 
 
648
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
649
        install-strip
 
650
 
 
651
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
652
        all all-am check check-am clean clean-generic clean-libtool \
 
653
        ctags ctags-recursive distclean distclean-generic \
 
654
        distclean-libtool distclean-tags distdir dvi dvi-am html \
669
655
        html-am info info-am install install-am install-cssDATA \
670
 
        install-data install-data-am install-data-local install-exec \
671
 
        install-exec-am install-info install-info-am install-jsDATA \
672
 
        install-man install-schemasDATA install-strip install-tocDATA \
673
 
        installcheck installcheck-am installdirs installdirs-am \
674
 
        maintainer-clean maintainer-clean-generic \
675
 
        maintainer-clean-recursive mostlyclean mostlyclean-generic \
676
 
        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
677
 
        tags tags-recursive uninstall uninstall-am uninstall-cssDATA \
678
 
        uninstall-info-am uninstall-jsDATA uninstall-schemasDATA \
 
656
        install-data install-data-am install-data-local install-dvi \
 
657
        install-dvi-am install-exec install-exec-am install-html \
 
658
        install-html-am install-info install-info-am install-jsDATA \
 
659
        install-man install-pdf install-pdf-am install-ps \
 
660
        install-ps-am install-schemasDATA install-strip \
 
661
        install-tocDATA installcheck installcheck-am installdirs \
 
662
        installdirs-am maintainer-clean maintainer-clean-generic \
 
663
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
664
        ps ps-am tags tags-recursive uninstall uninstall-am \
 
665
        uninstall-cssDATA uninstall-jsDATA uninstall-schemasDATA \
679
666
        uninstall-tocDATA
680
667
 
681
668