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 --- osx/README | 4 ---- osx/README.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 osx/README create mode 100644 osx/README.md (limited to 'osx') diff --git a/osx/README b/osx/README deleted file mode 100644 index 260a7ed48276..000000000000 --- a/osx/README +++ /dev/null @@ -1,4 +0,0 @@ -Just an Xcode project to make it easier to debug a running soffice -instance on macOS. Not intended for other use. The Xcode project has -references to a fairly arbitrary bunch of source files from here and -there in LO that I have happened to been debugging in Xcode on macOS. \ No newline at end of file diff --git a/osx/README.md b/osx/README.md new file mode 100644 index 000000000000..260a7ed48276 --- /dev/null +++ b/osx/README.md @@ -0,0 +1,4 @@ +Just an Xcode project to make it easier to debug a running soffice +instance on macOS. Not intended for other use. The Xcode project has +references to a fairly arbitrary bunch of source files from here and +there in LO that I have happened to been debugging in Xcode on macOS. \ No newline at end of file -- cgit