diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-24 21:37:09 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-24 21:37:09 +0200 |
commit | 7b829a75d595282a68663cff095f429cf0be1208 (patch) | |
tree | 012d62336e3807d1f4008562c9382a07d0bdf774 /doc | |
parent | 272d7c3f5b0ff67c80ee83c0e5cc58c8273fc9d2 (diff) | |
download | knmap-7b829a75d595282a68663cff095f429cf0be1208.tar.gz knmap-7b829a75d595282a68663cff095f429cf0be1208.zip |
Fix unintended renaming of KDE_LANG
Diffstat (limited to 'doc')
-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 a361daa..79a09b7 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 = knmap SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 5aaf479..fb2ea2a 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -1,3 +1,3 @@ KDE_DOCS = knmap -TDE_LANG = en +KDE_LANG = en kde_docs_KDEDOCS = new_scan.png |