diff options
author | Slávek Banko <[email protected]> | 2013-07-24 21:36:06 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-24 21:36:18 +0200 |
commit | a38fa66c12ca7c7174f70785f162a764d38fa801 (patch) | |
tree | 9486e9d2bd29a77c82b08dbe8285ca9f104130c0 | |
parent | a102c3bb80e33dc9c27e1e75edb643a4c4161e7b (diff) | |
download | mplayerthumbs-a38fa66c12ca7c7174f70785f162a764d38fa801.tar.gz mplayerthumbs-a38fa66c12ca7c7174f70785f162a764d38fa801.zip |
Fix unintended renaming of KDE_LANG
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/en/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index c6133a9..0c1601e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,6 @@ # the SUBDIRS is filled automatically by am_edit. If files are # in this directory they are installed into the english dir -TDE_LANG = en +KDE_LANG = en KDE_DOCS = videopreview SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 733eec2..266ad74 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -1,2 +1,2 @@ KDE_DOCS = videopreview -TDE_LANG = en +KDE_LANG = en |