diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2013-02-13 16:40:34 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-02-14 09:35:03 +0000 |
commit | d1f7124c4bec104d0ee12927cba3f67f56b11829 (patch) | |
tree | a942b5bc4f8aa0aa4573924d77fc589caaf77114 /postprocess | |
parent | 8cefe14f428ab5521f10962ff68b02151d1207ad (diff) |
Get Labels.xcu out of configuration data.
Modify the file format, install separately into share/labels,
and parse it using xmlreader when needed.
Saves time on startup and reduces pointless configurarion size.
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 26291b39a026..d6812e8a03c6 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -224,7 +224,6 @@ postprocess_FILES_main := \ $(postprocess_XCU)/Office/Histories.xcu \ $(postprocess_XCU)/Office/Impress.xcu \ $(postprocess_XCU)/Office/Jobs.xcu \ - $(postprocess_XCU)/Office/Labels.xcu \ $(postprocess_XCU)/Office/Logging.xcu \ $(postprocess_XCU)/Office/Math.xcu \ $(postprocess_XCU)/Office/Paths.xcu \ |