summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-04 07:30:45 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-04 16:44:46 +0200
commiteb65a8d64862aa324846967034d55e3d2b72f2c5 (patch)
treebe255a0e9cb0f241902cf5f5db06db9f32e6d447 /xmloff
parentea9ba874c3a0d85eb9430dc7913928086fff34c3 (diff)
install openoffice 1.0 DTD files using filelist
Do we need to install them? Or even have them in the sources, FWIW? The old XML format has been superceded by ODF 10 years ago... Change-Id: I909afcf86ae808441c7dbc6182512bedb9789c1c
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/Package_dtd.mk37
1 files changed, 20 insertions, 17 deletions
diff --git a/xmloff/Package_dtd.mk b/xmloff/Package_dtd.mk
index 612e588983eb..7375869b8382 100644
--- a/xmloff/Package_dtd.mk
+++ b/xmloff/Package_dtd.mk
@@ -18,22 +18,25 @@
#
$(eval $(call gb_Package_Package,xmloff_dtd,$(SRCDIR)/xmloff/dtd))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/Blocklist.dtd,Blocklist.dtd))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/chart.mod,chart.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/datastyl.mod,datastyl.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/defs.mod,defs.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/drawing.mod,drawing.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/dtypes.mod,dtypes.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/form.mod,form.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/meta.mod,meta.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/nmspace.mod,nmspace.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/office.dtd,office.dtd))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/office.mod,office.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/openoffice-2.0-schema.rng,openoffice-2.0-schema.rng))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/script.mod,script.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/settings.mod,settings.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/style.mod,style.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/table.mod,table.mod))
-$(eval $(call gb_Package_add_file,xmloff_dtd,bin/text.mod,text.mod))
+
+$(eval $(call gb_Package_set_outdir,xmloff_dtd,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_files,xmloff_dtd,share/dtd/officedocument/1_0,\
+ chart.mod \
+ datastyl.mod \
+ defs.mod \
+ drawing.mod \
+ dtypes.mod \
+ form.mod \
+ meta.mod \
+ nmspace.mod \
+ office.dtd \
+ office.mod \
+ script.mod \
+ settings.mod \
+ style.mod \
+ table.mod \
+ text.mod \
+))
# vim: set noet sw=4 ts=4: