From c16158772d64cab8a4ed1f165cab57d307998e78 Mon Sep 17 00:00:00 2001 From: Hossein Date: Tue, 23 Mar 2021 14:20:32 +0430 Subject: Using .md extension/Markdown syntax for modules README Renaming all README files for all top level modules to README.md, applying no content change at this stage to be able to track history of the files. These files should be edited to use correct Markdown syntax later. Change-Id: I542fa3f3d32072156f16eaad2211a397cc212665 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112977 Tested-by: Jenkins Reviewed-by: Christian Lohmaier --- instsetoo_native/README | 11 ----------- instsetoo_native/README.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 instsetoo_native/README create mode 100644 instsetoo_native/README.md (limited to 'instsetoo_native') diff --git a/instsetoo_native/README b/instsetoo_native/README deleted file mode 100644 index 3597a528cd7e..000000000000 --- a/instsetoo_native/README +++ /dev/null @@ -1,11 +0,0 @@ -native install-set creation - -This is where you will find your natively packaged builds after the -build has completed. On windows these would live in: - -workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi - -for example (nothing like a few long directory names before breakfast). - -Also generates ini files for the instdir/ tree (which are unfortunately -duplicated for now between instsetoo_native/CustomTarget_setup.mk and scp2). diff --git a/instsetoo_native/README.md b/instsetoo_native/README.md new file mode 100644 index 000000000000..3597a528cd7e --- /dev/null +++ b/instsetoo_native/README.md @@ -0,0 +1,11 @@ +native install-set creation + +This is where you will find your natively packaged builds after the +build has completed. On windows these would live in: + +workdir/*/installation/LibreOffice_Dev/native/install/en-US/*.msi + +for example (nothing like a few long directory names before breakfast). + +Also generates ini files for the instdir/ tree (which are unfortunately +duplicated for now between instsetoo_native/CustomTarget_setup.mk and scp2). -- cgit