~ubuntu-branches/ubuntu/lucid/tuxtype/lucid-proposed

« back to all changes in this revision

Viewing changes to tuxtype/docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2008-06-23 16:04:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080623160401-0mn14a5fp7fbwreh
Tags: 1.5.17.dfsg1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - add X-Ubuntu-Gettext-Domain=tuxtype and
    Categories=GNOME;Application;Game; to .desktop file
  - add XSBC-Original-Maintainer field  
  - merge conflicting greek and malayalam translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  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.
270
270
        unique=`for i in $$list; do \
271
271
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272
272
          done | \
273
 
          $(AWK) '    { files[$$0] = 1; } \
274
 
               END { for (i in files) print i; }'`; \
 
273
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
274
              END { if (nonempty) { for (i in files) print i; }; }'`; \
275
275
        mkid -fID $$unique
276
276
tags: TAGS
277
277
 
296
296
        unique=`for i in $$list; do \
297
297
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
298
298
          done | \
299
 
          $(AWK) '    { files[$$0] = 1; } \
300
 
               END { for (i in files) print i; }'`; \
 
299
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
300
              END { if (nonempty) { for (i in files) print i; }; }'`; \
301
301
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
302
302
          test -n "$$unique" || unique=$$empty_fix; \
303
303
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
307
307
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
308
308
                $(TAGS_FILES) $(LISP)
309
309
        tags=; \
310
 
        here=`pwd`; \
311
310
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
312
311
        unique=`for i in $$list; do \
313
312
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
314
313
          done | \
315
 
          $(AWK) '    { files[$$0] = 1; } \
316
 
               END { for (i in files) print i; }'`; \
 
314
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
315
              END { if (nonempty) { for (i in files) print i; }; }'`; \
317
316
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
318
317
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
319
318
             $$tags $$unique