~ubuntu-branches/ubuntu/lucid/at-spi/lucid-proposed

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette
  • Date: 2010-05-08 15:21:16 UTC
  • mfrom: (1.1.53 upstream)
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: james.westby@ubuntu.com-20100508152116-1682b4dp9wy8bw02
Tags: upstream-1.30.1
ImportĀ upstreamĀ versionĀ 1.30.1

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,
130
130
GMSGFMT = @GMSGFMT@
131
131
GREP = @GREP@
132
132
GTKDOC_CHECK = @GTKDOC_CHECK@
 
133
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
134
GTKDOC_REBASE = @GTKDOC_REBASE@
133
135
HTML_DIR = @HTML_DIR@
134
136
INSTALL = @INSTALL@
135
137
INSTALL_DATA = @INSTALL_DATA@
323
325
#     (which will cause the Makefiles to be regenerated when you run `make');
324
326
# (2) otherwise, pass the desired values on the `make' command line.
325
327
$(RECURSIVE_TARGETS):
326
 
        @failcom='exit 1'; \
 
328
        @fail= failcom='exit 1'; \
327
329
        for f in x $$MAKEFLAGS; do \
328
330
          case $$f in \
329
331
            *=* | --[!k]*);; \
348
350
        fi; test -z "$$fail"
349
351
 
350
352
$(RECURSIVE_CLEAN_TARGETS):
351
 
        @failcom='exit 1'; \
 
353
        @fail= failcom='exit 1'; \
352
354
        for f in x $$MAKEFLAGS; do \
353
355
          case $$f in \
354
356
            *=* | --[!k]*);; \