diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-04-28 15:47:42 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-28 14:31:57 +0000 |
commit | 2c04d86f692d4b0841adba508a21e63e1bcdc45f (patch) | |
tree | 399192f74d71e2253f427cc0e47d382fa3a0578b /xmlhelp | |
parent | f7cea8fb5b5d92ff6b8ac09b38d02badaaf7db04 (diff) |
fdo#63197: convert helpxsl
Change-Id: Icd436733b47d7883209fe73dc1d0099dc87db089
Reviewed-on: https://gerrit.libreoffice.org/3649
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/Module_xmlhelp.mk | 2 | ||||
-rw-r--r-- | xmlhelp/Package_helpxsl.mk (renamed from xmlhelp/Zip_helpxsl.mk) | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/xmlhelp/Module_xmlhelp.mk b/xmlhelp/Module_xmlhelp.mk index 24390ea8e704..5e5105d21bbf 100644 --- a/xmlhelp/Module_xmlhelp.mk +++ b/xmlhelp/Module_xmlhelp.mk @@ -13,7 +13,7 @@ $(eval $(call gb_Module_add_targets,xmlhelp,\ Library_tvhlp1 \ Library_ucpchelp1 \ Package_xsl \ - Zip_helpxsl \ + Package_helpxsl \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: diff --git a/xmlhelp/Zip_helpxsl.mk b/xmlhelp/Package_helpxsl.mk index 8e10a803108f..ca862769e5e2 100644 --- a/xmlhelp/Zip_helpxsl.mk +++ b/xmlhelp/Package_helpxsl.mk @@ -7,9 +7,11 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Zip_Zip,helpxsl,$(SRCDIR)/xmlhelp/util)) +$(eval $(call gb_Package_Package,xmlhelp_helpxsl,$(SRCDIR)/xmlhelp/util)) -$(eval $(call gb_Zip_add_files,helpxsl,\ +$(eval $(call gb_Package_set_outdir,xmlhelp_helpxsl,$(INSTDIR))) + +$(eval $(call gb_Package_add_files,xmlhelp_helpxsl,help,\ idxcaption.xsl \ idxcontent.xsl \ main_transform.xsl \ |