From 0c1a8fd4f29767cbb7d715c891a425e9fb321477 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 23 Mar 2011 15:28:55 +0000 Subject: [PATCH] Move unmaintained bindings to attic http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg166533.html git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38007 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/scons/scons_manifest.py | 15 --------------- lib/Makefile.am | 12 ------------ lib/bind/{ => attic}/fi/menus.bind | 0 lib/bind/{ => attic}/pt/menus.bind | 0 lib/bind/{ => attic}/sv/menus.bind | 0 5 files changed, 27 deletions(-) rename lib/bind/{ => attic}/fi/menus.bind (100%) rename lib/bind/{ => attic}/pt/menus.bind (100%) rename lib/bind/{ => attic}/sv/menus.bind (100%) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index b0ae74d1f3..ed687d225d 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -3013,21 +3013,6 @@ lib_bind_files = Split(''' ''') -lib_bind_fi_files = Split(''' - menus.bind -''') - - -lib_bind_sv_files = Split(''' - menus.bind -''') - - -lib_bind_pt_files = Split(''' - menus.bind -''') - - lib_bind_de_files = Split(''' menus.bind ''') diff --git a/lib/Makefile.am b/lib/Makefile.am index de320b9d26..72427413c7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -36,18 +36,6 @@ debinddir = $(pkgdatadir)/bind/de dist_debind_DATA = \ bind/de/menus.bind -fibinddir = $(pkgdatadir)/bind/fi -dist_fibind_DATA = \ - bind/fi/menus.bind - -ptbinddir = $(pkgdatadir)/bind/pt -dist_ptbind_DATA = \ - bind/pt/menus.bind - -svbinddir = $(pkgdatadir)/bind/sv -dist_svbind_DATA = \ - bind/sv/menus.bind - binddir = $(pkgdatadir)/bind dist_bind_DATA = \ bind/broadway.bind \ diff --git a/lib/bind/fi/menus.bind b/lib/bind/attic/fi/menus.bind similarity index 100% rename from lib/bind/fi/menus.bind rename to lib/bind/attic/fi/menus.bind diff --git a/lib/bind/pt/menus.bind b/lib/bind/attic/pt/menus.bind similarity index 100% rename from lib/bind/pt/menus.bind rename to lib/bind/attic/pt/menus.bind diff --git a/lib/bind/sv/menus.bind b/lib/bind/attic/sv/menus.bind similarity index 100% rename from lib/bind/sv/menus.bind rename to lib/bind/attic/sv/menus.bind -- 2.39.2