mirror of
git://slackware.nl/current.git
synced 2025-01-02 06:19:52 +01:00
5a12e7c134
Wed Aug 26 10:00:38 CDT 2009 Slackware 13.0 x86_64 is released as stable! Thanks to everyone who helped make this release possible -- see the RELEASE_NOTES for the credits. The ISOs are off to the replicator. This time it will be a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. We're taking pre-orders now at store.slackware.com. Please consider picking up a copy to help support the project. Once again, thanks to the entire Slackware community for all the help testing and fixing things and offering suggestions during this development cycle. As always, have fun and enjoy! -P.
31 lines
1.2 KiB
Diff
31 lines
1.2 KiB
Diff
diff -up kbd-1.15/po/Makefile.in_old kbd-1.15/po/Makefile.in
|
|
--- kbd-1.15/po/Makefile.in_old 2008-10-23 21:03:59.000000000 +0200
|
|
+++ kbd-1.15/po/Makefile.in 2008-12-09 15:35:58.000000000 +0100
|
|
@@ -4,10 +4,10 @@ srcdir = @srcdir@
|
|
|
|
prefix = @prefix@
|
|
datarootdir = @datarootdir@
|
|
-datadir = @datadir@
|
|
-localedir = $(DESTDIR)$(datadir)/locale
|
|
-gnulocaledir = $(DESTDIR)$(datadir)/locale
|
|
-gettextsrcdir = $(DESTDIR)$(datadir)/gettext/po
|
|
+datadir = $(DESTDIR)@datadir@
|
|
+localedir = $(DESTDIR)@localedir@
|
|
+gnulocaledir = $(DESTDIR)@localedir@
|
|
+gettextsrcdir = $(datadir)/gettext/po
|
|
|
|
FOREIGN = @FOREIGN@
|
|
HAVE_XGETTEXT = @HAVE_XGETTEXT@
|
|
@@ -36,10 +36,10 @@ INCLUDES = -I.. -I$(INTL)
|
|
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
|
|
|
|
# Enter here all .po files
|
|
-POFILES = cs.po da.po de.po el.po es.po fr.po gr.po nl.po pl.po \
|
|
+POFILES = cs.po da.po de.po el.po es.po fr.po nl.po pl.po \
|
|
ro.po ru.po sv.po tr.po
|
|
# the same but with .gmo
|
|
-GMOFILES = cs.gmo da.gmo de.gmo el.gmo es.gmo fr.gmo gr.gmo nl.gmo \
|
|
+GMOFILES = cs.gmo da.gmo de.gmo el.gmo es.gmo fr.gmo nl.gmo \
|
|
pl.gmo ro.gmo ru.gmo sv.gmo tr.gmo
|
|
|
|
CATALOGS = $(GMOFILES)
|