Kaydet (Commit) e7111979 authored tarafından Julien Nabet's avatar Julien Nabet Kaydeden (comit) David Tardon

fdo#63197, Convert Zip_autotextuser

Change-Id: I6a7764637f6e5754e68ee6e4ab417224f542592d
Reviewed-on: https://gerrit.libreoffice.org/3348Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 9b991a17
......@@ -22,7 +22,7 @@ $(eval $(call gb_Module_add_targets,extras,\
Package_wordbook \
Package_database \
Package_databasebiblio \
Zip_autotextuser \
Package_autotextuser \
Zip_cfgsrvbitmapunx \
Zip_cfgsrvnolang \
Zip_cfgusr \
......
......@@ -7,9 +7,11 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_Zip_Zip,autotextuser,$(SRCDIR)/extras/source/autotext))
$(eval $(call gb_Package_Package,extras_autotextuser,$(SRCDIR)/extras/source/autotext))
$(eval $(call gb_Zip_add_files,autotextuser,\
$(eval $(call gb_Package_set_outdir,extras_autotextuser,$(INSTDIR)))
$(eval $(call gb_Package_add_files,extras_autotextuser,presets/autotext,\
mytexts.bau \
))
......
......@@ -42,10 +42,10 @@ File gid_File_Extra_Autotextshare_Lang
End
File gid_File_Extra_Autotextuser
Dir = gid_Dir_User_Autotext;
Dir = FILELIST_DIR;
USER_FILE_BODY;
Styles = (ARCHIVE, WORKSTATION, DOCLANG, DONT_OVERWRITE);
Name = "autotextuser.zip";
Styles = (FILELIST, WORKSTATION, DOCLANG, DONT_OVERWRITE);
Name = "extras_autotextuser.filelist";
End
#ifdef UNX
......
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