~ubuntu-branches/ubuntu/lucid/libaqbanking/lucid

« back to all changes in this revision

Viewing changes to doc/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Micha Lenk
  • Date: 2009-12-31 13:00:26 UTC
  • mfrom: (1.1.18 upstream) (4.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20091231130026-wvsfhd6i6hutk5kc
Tags: 4.2.1-1
* New upstream release
* Fix typo in libaqbanking-data's package description (closes: #557493).
  Thanks to Pascal De Vuyst for pointing it out.
* Fix typos in manpages of qb-help and aqbanking-config (thanks lintian).
* Ignore parallel=N in DEB_BUILD_OPTIONS -- upstream doesn't support it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
47
49
mkinstalldirs = $(install_sh) -d
48
50
CONFIG_HEADER = $(top_builddir)/config.h
49
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
50
53
SOURCES =
51
54
DIST_SOURCES =
52
55
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157
160
PACKAGE_NAME = @PACKAGE_NAME@
158
161
PACKAGE_STRING = @PACKAGE_STRING@
159
162
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
163
PACKAGE_URL = @PACKAGE_URL@
160
164
PACKAGE_VERSION = @PACKAGE_VERSION@
161
165
PATH_SEPARATOR = @PATH_SEPARATOR@
162
166
PKG_CONFIG = @PKG_CONFIG@
324
328
              exit 1;; \
325
329
          esac; \
326
330
        done; \
327
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
328
 
        cd $(top_srcdir) && \
329
 
          $(AUTOMAKE) --gnu  doc/Makefile
 
331
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
 
332
        $(am__cd) $(top_srcdir) && \
 
333
          $(AUTOMAKE) --gnu doc/Makefile
330
334
.PRECIOUS: Makefile
331
335
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
332
336
        @case '$?' in \
344
348
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
345
349
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
346
350
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
351
$(am__aclocal_m4_deps):
347
352
 
348
353
mostlyclean-libtool:
349
354
        -rm -f *.lo
373
378
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
374
379
          if test -d $$d/$$file; then \
375
380
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
381
            if test -d "$(distdir)/$$file"; then \
 
382
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
383
            fi; \
376
384
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
377
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
385
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
386
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
378
387
            fi; \
379
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
388
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
380
389
          else \
381
 
            test -f $(distdir)/$$file \
382
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
390
            test -f "$(distdir)/$$file" \
 
391
            || cp -p $$d/$$file "$(distdir)/$$file" \
383
392
            || exit 1; \
384
393
          fi; \
385
394
        done
407
416
 
408
417
distclean-generic:
409
418
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
419
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
410
420
 
411
421
maintainer-clean-generic:
412
422
        @echo "This command is intended for maintainers to use"
425
435
 
426
436
html: html-am
427
437
 
 
438
html-am:
 
439
 
428
440
info: info-am
429
441
 
430
442
info-am:
433
445
 
434
446
install-dvi: install-dvi-am
435
447
 
 
448
install-dvi-am:
 
449
 
436
450
install-exec-am:
437
451
 
438
452
install-html: install-html-am
439
453
 
 
454
install-html-am:
 
455
 
440
456
install-info: install-info-am
441
457
 
 
458
install-info-am:
 
459
 
442
460
install-man:
443
461
 
444
462
install-pdf: install-pdf-am
445
463
 
 
464
install-pdf-am:
 
465
 
446
466
install-ps: install-ps-am
447
467
 
 
468
install-ps-am:
 
469
 
448
470
installcheck-am:
449
471
 
450
472
maintainer-clean: maintainer-clean-am
478
500
        maintainer-clean-generic mostlyclean mostlyclean-generic \
479
501
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
480
502
 
 
503
 
481
504
# Tell versions [3.59,3.63) of GNU make to not export all variables.
482
505
# Otherwise a system limit (for SysV at least) may be exceeded.
483
506
.NOEXPORT: