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>
This commit is contained in:
committed by
David Tardon
parent
f7cea8fb5b
commit
2c04d86f69
@@ -350,9 +350,10 @@ End
|
|||||||
STD_RES_FILE( gid_File_Res_Eps, eps )
|
STD_RES_FILE( gid_File_Res_Eps, eps )
|
||||||
|
|
||||||
File gid_File_Help_Help_Zip
|
File gid_File_Help_Help_Zip
|
||||||
Dir = gid_Dir_Help;
|
Dir = FILELIST_DIR;
|
||||||
ARCHIVE_TXT_FILE_BODY;
|
TXT_FILE_BODY;
|
||||||
Name = "helpxsl.zip";
|
Styles = (FILELIST);
|
||||||
|
Name = "xmlhelp_helpxsl.filelist";
|
||||||
End
|
End
|
||||||
|
|
||||||
#if defined WITH_HELP
|
#if defined WITH_HELP
|
||||||
|
@@ -13,7 +13,7 @@ $(eval $(call gb_Module_add_targets,xmlhelp,\
|
|||||||
Library_tvhlp1 \
|
Library_tvhlp1 \
|
||||||
Library_ucpchelp1 \
|
Library_ucpchelp1 \
|
||||||
Package_xsl \
|
Package_xsl \
|
||||||
Zip_helpxsl \
|
Package_helpxsl \
|
||||||
))
|
))
|
||||||
|
|
||||||
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
|
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
|
||||||
|
@@ -7,9 +7,11 @@
|
|||||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
# 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 \
|
idxcaption.xsl \
|
||||||
idxcontent.xsl \
|
idxcontent.xsl \
|
||||||
main_transform.xsl \
|
main_transform.xsl \
|
Reference in New Issue
Block a user