Kaydet (Commit) 120a87a3 authored tarafından Matúš Kukan's avatar Matúš Kukan Kaydeden (comit) Matúš Kukan

tdf#90753: AutoInstall xpdfimport_err.pdf as filelist

Change-Id: Icfebcbf3cb738cb376a5ee97cd21a27a25c0bf35
Reviewed-on: https://gerrit.libreoffice.org/32396Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMatúš Kukan <matus@libreoffice.org>
üst 56628171
......@@ -794,7 +794,6 @@ $(eval $(call gb_Helper_register_packages, \
postprocess_registry \
python_zipcore \
readlicense_oo_readmes \
sdext_pdfimport_pdf \
setup_native_misc \
share \
shell_senddoc \
......@@ -937,6 +936,12 @@ $(eval $(call gb_Helper_register_packages_for_install,ogltrans,\
slideshow_opengl_shader \
))
ifneq ($(ENABLE_PDFIMPORT),)
$(eval $(call gb_Helper_register_packages_for_install,pdfimport, \
sdext_pdfimport_pdf \
))
endif
$(eval $(call gb_Helper_register_packages_for_install,reportbuilder,\
reportbuilder-templates \
))
......
......@@ -34,7 +34,6 @@ Module gid_Module_Pdfimport
Styles = (HIDDEN_ROOT);
Dirs = (gid_Dir_Share_Xpdfimport);
Files = (auto_pdfimport_ALL,
gid_File_Dat_XpdfimportErrPdf,
gid_File_Xcd_Pdfimport);
End
......@@ -43,13 +42,6 @@ Directory gid_Dir_Share_Xpdfimport
DosName = "xpdfimport";
End
File gid_File_Dat_XpdfimportErrPdf
TXT_FILE_BODY;
Dir = gid_Dir_Share_Xpdfimport;
Name = "xpdfimport_err.pdf";
Styles = (PACKED);
End
File gid_File_Xcd_Pdfimport
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Share_Registry;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment