summaryrefslogtreecommitdiff
path: root/doc/fr
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2010-06-20 14:52:40 -0700
committerDaniel Burrows <dburrows@debian.org>2010-06-20 14:52:40 -0700
commit5f1adab0833ab71f684989ead11028d00649928e (patch)
treed48c34f9e119f65bb9e78fa5cdfc619dba4b4179 /doc/fr
parent5d676a3e08d68a7d920d41603b88b33a23386671 (diff)
downloadaptitude-5f1adab0833ab71f684989ead11028d00649928e.tar.gz
Uniformly use $(srcdir) when grabbing files for install using $(wildcard), so wildcarded files get picked up even if the build directory isn't the source directory.
Most importantly, this means that translated defaults are available again. (Closes: #586508, #586511)
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/Makefile.am b/doc/fr/Makefile.am
index 2168ddab..7fca073f 100644
--- a/doc/fr/Makefile.am
+++ b/doc/fr/Makefile.am
@@ -9,7 +9,7 @@ MANPAGE=aptitude.$(LANGCODE).8
PERCENT_TRANSLATED=45
MANPAGE_PERCENT_TRANSLATED=30
-IMAGES = $(wildcard images/*.png)
+IMAGES = $(wildcard $(srcdir)/images/*.png)
HTML2TEXT=$(srcdir)/../html-to-text