From c16158772d64cab8a4ed1f165cab57d307998e78 Mon Sep 17 00:00:00 2001 From: Hossein <hossein.ir@gmail.com> 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 <lohmaier+LibreOffice@googlemail.com> --- idlc/README | 6 ------ idlc/README.md | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 idlc/README create mode 100644 idlc/README.md (limited to 'idlc') diff --git a/idlc/README b/idlc/README deleted file mode 100644 index 90f015c7794a..000000000000 --- a/idlc/README +++ /dev/null @@ -1,6 +0,0 @@ -Contains the UNO IDL compiler: idlc, depends on preprocessor: ucpp - -This compiler generates binary RDB fragments that can be assembled -into a RDB (UNO type library) with the "regmerge" tool, as is done -primarily in the offapi and udkapi directories. - diff --git a/idlc/README.md b/idlc/README.md new file mode 100644 index 000000000000..90f015c7794a --- /dev/null +++ b/idlc/README.md @@ -0,0 +1,6 @@ +Contains the UNO IDL compiler: idlc, depends on preprocessor: ucpp + +This compiler generates binary RDB fragments that can be assembled +into a RDB (UNO type library) with the "regmerge" tool, as is done +primarily in the offapi and udkapi directories. + -- cgit