install xsl files too
This commit is contained in:
parent
ac588638dc
commit
7de1c843d6
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
|||
|
||||
$(eval $(call gb_Package_Package,xmlhelp_xml,$(SRCDIR)/xmlhelp/util))
|
||||
|
||||
$(eval $(call gb_Package_add_file,bin/embed.xsl,embed.xsl))
|
||||
$(eval $(call gb_Package_add_file,bin/idxcaption.xsl,idxcaption.xsl))
|
||||
$(eval $(call gb_Package_add_file,bin/idxcontent.xsl,idxcontent.xsl))
|
||||
$(eval $(call gb_Package_add_file,bin/main_transform.xsl,main_transform.xsl))
|
||||
|
||||
$(eval $(call gb_Package_add_file,xml/ucpchelp.xml,ucpchelp.xml))
|
||||
|
||||
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
|
||||
|
|
Loading…
Reference in a new issue