* Makefile.in: Add missing localedir setting.
This commit is contained in:
parent
0b45630927
commit
ebfe7eb4dd
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2010-04-17 Christian Franke <franke@computer.org>
|
||||||
|
|
||||||
|
* Makefile.in: Add missing localedir setting.
|
||||||
|
|
||||||
2010-04-14 Colin Watson <cjwatson@ubuntu.com>
|
2010-04-14 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
Restore TEXTDOMAINDIR correction from r1889, lost apparently by
|
Restore TEXTDOMAINDIR correction from r1889, lost apparently by
|
||||||
|
|
|
@ -35,6 +35,7 @@ sysconfdir = @sysconfdir@
|
||||||
sharedstatedir = @sharedstatedir@
|
sharedstatedir = @sharedstatedir@
|
||||||
localstatedir = @localstatedir@
|
localstatedir = @localstatedir@
|
||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
|
localedir = @localedir@
|
||||||
infodir = @infodir@
|
infodir = @infodir@
|
||||||
mandir = @mandir@
|
mandir = @mandir@
|
||||||
includedir = @includedir@
|
includedir = @includedir@
|
||||||
|
|
Loading…
Reference in a new issue