summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2011-11-18 20:52:02 +0100
committerLuboš Luňák <l.lunak@suse.cz>2011-11-24 18:43:58 +0100
commit0ac48a4a0673ac71e06aa588b524a60367e2ad19 (patch)
tree6e04ab55e5be41e0e8fe7365d0f8ec34fddb432f
parentremove debug output (diff)
downloadcore-0ac48a4a0673ac71e06aa588b524a60367e2ad19.tar.gz
core-0ac48a4a0673ac71e06aa588b524a60367e2ad19.zip
oox/namespaces.txt actually is generated
-rw-r--r--oox/Package_generated.mk1
-rw-r--r--oox/Package_tokens.mk1
2 files changed, 1 insertions, 1 deletions
diff --git a/oox/Package_generated.mk b/oox/Package_generated.mk
index 8e2b35512298..e1911ea7de1b 100644
--- a/oox/Package_generated.mk
+++ b/oox/Package_generated.mk
@@ -30,5 +30,6 @@ $(eval $(call gb_Package_Package,oox_generated,$(WORKDIR)/oox))
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/tokens.hxx,inc/oox/token/tokens.hxx))
$(eval $(call gb_Package_add_file,oox_generated,inc/oox/token/namespaces.hxx,inc/oox/token/namespaces.hxx))
+$(eval $(call gb_Package_add_file,oox_generated,inc/oox/namespaces.txt,misc/namespaces.txt))
# vim: set noet sw=4 ts=4:
diff --git a/oox/Package_tokens.mk b/oox/Package_tokens.mk
index 96eb52137928..5eb2073589dc 100644
--- a/oox/Package_tokens.mk
+++ b/oox/Package_tokens.mk
@@ -29,6 +29,5 @@
$(eval $(call gb_Package_Package,oox_tokens,$(SRCDIR)/oox/source/token))
$(eval $(call gb_Package_add_file,oox_tokens,inc/oox/tokens.txt,tokens.txt))
-$(eval $(call gb_Package_add_file,oox_tokens,inc/oox/namespaces.txt,namespaces.txt))
# vim: set noet sw=4 ts=4: