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

« back to all changes in this revision

Viewing changes to data/fonts/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Holger Levsen
  • Date: 2009-11-25 13:17:11 UTC
  • mfrom: (2.1.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091125131711-nhssnv6ewxj4ubrv
Tags: 1.8.0-1
* New upstream release, quoting from the upstream changelog:
  - new music files and backgrounds contributed by Caroline Ford,
    some old sounds (the ones with suboptimal free licensing) removed -
    Tux Typing is now 100% DFSG-compliant (Closes: #400924)
  - fixed a problem that was causing the wrong key to flash in the bottom
    row of keys
  - game Instructions - simplified and reactivated cascade and laser game
    instruction scripts, fixed scripting background image so that it scales
    properly in fullscreen
  - scripting - Added some basic scripts so that new users will have a
    complete lesson set out of the box. Added a howto in the docs.
  - Sarah Frisk's word list editor from GSoC 2009 has been merged in as
    a new, somewhat "beta" feature. (Closes: #94986)
* tuxtype.postinst: Make tuxtype binary and shared wordlist directory 
  setgid games, so that wordlists can be edited and shared. This is done
  with dpkg-statoverride, so local admins can override this decission.

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
42
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
43
45
CONFIG_HEADER = $(top_builddir)/config.h
44
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
45
48
SOURCES =
46
49
DIST_SOURCES =
47
50
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128
131
PACKAGE_NAME = @PACKAGE_NAME@
129
132
PACKAGE_STRING = @PACKAGE_STRING@
130
133
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
134
PACKAGE_URL = @PACKAGE_URL@
131
135
PACKAGE_VERSION = @PACKAGE_VERSION@
132
136
PATH_SEPARATOR = @PATH_SEPARATOR@
133
137
PKG_CONFIG = @PKG_CONFIG@
222
226
              exit 1;; \
223
227
          esac; \
224
228
        done; \
225
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  data/fonts/Makefile'; \
226
 
        cd $(top_srcdir) && \
227
 
          $(AUTOMAKE) --foreign  data/fonts/Makefile
 
229
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/fonts/Makefile'; \
 
230
        $(am__cd) $(top_srcdir) && \
 
231
          $(AUTOMAKE) --foreign data/fonts/Makefile
228
232
.PRECIOUS: Makefile
229
233
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
230
234
        @case '$?' in \
242
246
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243
247
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
244
248
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
249
$(am__aclocal_m4_deps):
245
250
tags: TAGS
246
251
TAGS:
247
252
 
265
270
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
266
271
          if test -d $$d/$$file; then \
267
272
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
273
            if test -d "$(distdir)/$$file"; then \
 
274
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
275
            fi; \
268
276
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
269
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
277
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
278
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
270
279
            fi; \
271
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
280
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
272
281
          else \
273
 
            test -f $(distdir)/$$file \
274
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
282
            test -f "$(distdir)/$$file" \
 
283
            || cp -p $$d/$$file "$(distdir)/$$file" \
275
284
            || exit 1; \
276
285
          fi; \
277
286
        done
299
308
 
300
309
distclean-generic:
301
310
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
311
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
302
312
 
303
313
maintainer-clean-generic:
304
314
        @echo "This command is intended for maintainers to use"
317
327
 
318
328
html: html-am
319
329
 
 
330
html-am:
 
331
 
320
332
info: info-am
321
333
 
322
334
info-am:
325
337
 
326
338
install-dvi: install-dvi-am
327
339
 
 
340
install-dvi-am:
 
341
 
328
342
install-exec-am:
329
343
 
330
344
install-html: install-html-am
331
345
 
 
346
install-html-am:
 
347
 
332
348
install-info: install-info-am
333
349
 
 
350
install-info-am:
 
351
 
334
352
install-man:
335
353
 
336
354
install-pdf: install-pdf-am
337
355
 
 
356
install-pdf-am:
 
357
 
338
358
install-ps: install-ps-am
339
359
 
 
360
install-ps-am:
 
361
 
340
362
installcheck-am:
341
363
 
342
364
maintainer-clean: maintainer-clean-am
398
420
        -rm -f $(DESTDIR)$(fontsdir)/utkal.ttf
399
421
        -rm -f $(DESTDIR)$(fontsdir)/Vemana.ttf
400
422
        -rm -f $(DESTDIR)$(fontsdir)
 
423
 
401
424
# Tell versions [3.59,3.63) of GNU make to not export all variables.
402
425
# Otherwise a system limit (for SysV at least) may be exceeded.
403
426
.NOEXPORT: