~ubuntu-branches/ubuntu/trusty/gnome-doc-utils/trusty-proposed

« back to all changes in this revision

Viewing changes to data/icons/hicolor/48x48/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Robert Ancell, Emilio Pozuelo Monfort, Michael Biebl
  • Date: 2011-06-23 22:23:59 UTC
  • mfrom: (1.4.2 upstream) (2.2.6 experimental)
  • mto: This revision was merged to the branch mainline in revision 49.
  • Revision ID: james.westby@ubuntu.com-20110623222359-sxyfjw7yzz88podn
[ Robert Ancell ]
* debian/rules:
  - Include gnome.mk to rebuild translation template

[ Emilio Pozuelo Monfort ]
* And remove autotools.mk, we only want one class.

[ Michael Biebl ]
* debian/watch: Switch to .bz2 tarballs.
* New upstream release.
* debian/control.in:
  - Add Vcs-* fields.
  - Remove article from description synopsis.
  - Bump Standards-Version to 3.9.2. No further changes.
* Bump debhelper compatibility level to 8. Update Build-Depends accordingly.

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,
148
148
PACKAGE_NAME = @PACKAGE_NAME@
149
149
PACKAGE_STRING = @PACKAGE_STRING@
150
150
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
151
PACKAGE_URL = @PACKAGE_URL@
151
152
PACKAGE_VERSION = @PACKAGE_VERSION@
152
153
PATH_SEPARATOR = @PATH_SEPARATOR@
153
154
PKG_CONFIG = @PKG_CONFIG@
 
155
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
156
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
154
157
POFILES = @POFILES@
155
158
POSUB = @POSUB@
156
159
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
262
265
#     (which will cause the Makefiles to be regenerated when you run `make');
263
266
# (2) otherwise, pass the desired values on the `make' command line.
264
267
$(RECURSIVE_TARGETS):
265
 
        @failcom='exit 1'; \
 
268
        @fail= failcom='exit 1'; \
266
269
        for f in x $$MAKEFLAGS; do \
267
270
          case $$f in \
268
271
            *=* | --[!k]*);; \
287
290
        fi; test -z "$$fail"
288
291
 
289
292
$(RECURSIVE_CLEAN_TARGETS):
290
 
        @failcom='exit 1'; \
 
293
        @fail= failcom='exit 1'; \
291
294
        for f in x $$MAKEFLAGS; do \
292
295
          case $$f in \
293
296
            *=* | --[!k]*);; \