~ubuntu-branches/ubuntu/vivid/aptitude/vivid

« back to all changes in this revision

Viewing changes to doc/fi/images/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-22 12:32:56 UTC
  • mfrom: (1.8.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110622123256-8aox9w9ch3x72dci
Tags: 0.6.4-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/05aptitude: never autoremove kernels
  - drop aptitude-doc to Suggests
  - 03_branding.dpatch: ubuntu branding
  - 04_changelog.dpatch: take changelogs from changelogs.ubuntu.com
  - 09_ubuntu_fortify_source.dpatch: Suppress a number of warnings (turned
    into errors by -Werror) triggered by Ubuntu's default of
    -D_FORTIFY_SOURCE=2.
  - 11_ubuntu_uses_sudo.dpatch: fix status line of 'Become root' menu entry
    to not refer to su.
  - 12_point_manpage_to_doc_package.dpatch: point Finnish manpage to the
    correct place for further info
  - 14_html2text_preferred.dpatch: switch back to html2text in favor of
    elinks, since html2text is in main and elinks isn't.
* dropped 01_intltool_update.dpatch
* updated 15_ftbfs_new_apt

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
MAKEINFO = @MAKEINFO@
110
110
MKDIR_P = @MKDIR_P@
111
111
MKINSTALLDIRS = @MKINSTALLDIRS@
 
112
MOC = @MOC@
112
113
MSGFMT = @MSGFMT@
113
114
MSGMERGE = @MSGMERGE@
114
115
OBJEXT = @OBJEXT@
121
122
PACKAGE_VERSION = @PACKAGE_VERSION@
122
123
PATH_SEPARATOR = @PATH_SEPARATOR@
123
124
PKG_CONFIG = @PKG_CONFIG@
 
125
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
126
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
124
127
PO4A = @PO4A@
125
128
POSUB = @POSUB@
 
129
QtCore_CFLAGS = @QtCore_CFLAGS@
 
130
QtCore_LIBS = @QtCore_LIBS@
 
131
QtGui_CFLAGS = @QtGui_CFLAGS@
 
132
QtGui_LIBS = @QtGui_LIBS@
126
133
RANLIB = @RANLIB@
127
134
SET_MAKE = @SET_MAKE@
128
135
SHELL = @SHELL@