From 4cf4e090496a05794a27b52003113314a8ea7fa2 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sat, 12 Feb 2022 08:36:50 -0700 Subject: [PATCH] sconsDoxy: Move all markdown READMEs to reST It's a pain to mentally switch markup style if modifying notes on several tools. pandoc used for the conversion. Signed-off-by: Mats Wichmann --- README.md | 12 ------------ README.rst | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 README.md create mode 100644 README.rst diff --git a/README.md b/README.md deleted file mode 100644 index 8d11eef86..000000000 --- a/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# Doxygen Tools for SCons - -## Introduction - -[SCons](http://www.scons.org) is a build framework originally for C, C++, Fortran, and D builds. It has -though a tools (think plugin) architecture that allows tools to be built for other language builds. This -repository contains a tool for building Doxygen documentation. - -## Licence - -This software is provided by the SCons Foundation under the [LGPL v2.1 -licence](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) diff --git a/README.rst b/README.rst new file mode 100644 index 000000000..c04c8b856 --- /dev/null +++ b/README.rst @@ -0,0 +1,16 @@ +Doxygen Tools for SCons +======================= + +Introduction +------------ + +`SCons `__ is a build framework originally for C, +C++, Fortran, and D builds. It has though a tools (think plugin) +architecture that allows tools to be built for other language builds. +This repository contains a tool for building Doxygen documentation. + +Licence +------- + +This software is provided by the SCons Foundation under the `LGPL v2.1 +licence `__