diff options
Diffstat (limited to 'doc/de/Makefile.in')
-rw-r--r-- | doc/de/Makefile.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/de/Makefile.in b/doc/de/Makefile.in index 84f2567e..e75c2608 100644 --- a/doc/de/Makefile.in +++ b/doc/de/Makefile.in @@ -151,6 +151,7 @@ LTLIBOBJS = @LTLIBOBJS@ MAKEINFO = @MAKEINFO@ MKDIR_P = @MKDIR_P@ MKINSTALLDIRS = @MKINSTALLDIRS@ +MOC = @MOC@ MSGFMT = @MSGFMT@ MSGMERGE = @MSGMERGE@ OBJEXT = @OBJEXT@ @@ -163,8 +164,14 @@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ PO4A = @PO4A@ POSUB = @POSUB@ +QtCore_CFLAGS = @QtCore_CFLAGS@ +QtCore_LIBS = @QtCore_LIBS@ +QtGui_CFLAGS = @QtGui_CFLAGS@ +QtGui_LIBS = @QtGui_LIBS@ RANLIB = @RANLIB@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ @@ -248,7 +255,7 @@ README = README.$(LANGCODE) XMLSOURCES = aptitude.xml manpage.xml $(srcdir)/../aptitude-common.xsl localemandir = $(mandir)/$(LANGCODE) HTML2TEXT = $(srcdir)/../html-to-text -IMAGES = $(wildcard images/*.png) +IMAGES = $(wildcard $(srcdir)/images/*.png) all: all-recursive .SUFFIXES: |