Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: convert readme from txt to markdown #4

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/grftut.txt
${CMAKE_CURRENT_SOURCE_DIR}/nforenum.txt
${CMAKE_CURRENT_SOURCE_DIR}/readme.rpn.txt
${CMAKE_CURRENT_SOURCE_DIR}/readme.txt
${CMAKE_CURRENT_SOURCE_DIR}/readme.md
${CMAKE_CURRENT_SOURCE_DIR}/sanity.txt
${CMAKE_CURRENT_SOURCE_DIR}/todo.txt
DESTINATION ${CMAKE_INSTALL_DOCDIR}
Expand Down
34 changes: 15 additions & 19 deletions docs/readme.txt → docs/readme.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# grfcodec
GRF development tools README

Last updated: 2016-06-27

Release version: 6.0.6
------------------------------------------------------------------------

## Table of Contents

Table of Contents:
------------------
1) About
2) Contact
3) Installation
4) Running
5) Known issues
6) Compiling
- 1.0) About
- 2.0) Contact
- 3.0) Installation
- 4.0) Running
- 5.0) Known issues
- 6.0) Compiling

## 1.0) About

1) About:
-- ------
The GRF development tools are a set of tools for developing (New)GRFs.
It includes a number of smaller programs, each with a specific task.

Expand All @@ -39,16 +39,14 @@ NFORenum is licensed under the GNU General Public License version 2, or at
your option, any later version. For more information, see 'COPYING'
(GPL version 2), or later versions at <http://www.gnu.org/licenses/>.

## 2.0) Contact

2) Contact:
-- --------
Contact can be made via the issue tracker / source repository at
https://github.com/OpenTTD/grfcodec or via IRC on the
#openttd channel on OFTC.

## 3.0) Installation

3) Installation:
-- -------------
Installing the GRF development tools is fairly straightforward. Just copy
the executable into any directory. It is advised to put the executable in
one of the directories in your path so it can be easily found. For example
Expand All @@ -60,14 +58,12 @@ It is not necessary to remove the .nforenum directory before upgrading.

To uninstall, delete the executables and any .nforenum directories.

## 4.0) Usage

4) Usage:
-- ------
Information about the usage of the different tools can be found in their
respective man pages as well as grfcodec.txt, grftut.txt and nforenum.txt.

## 6.0) Compiling

6) Compiling:
-- ----------
GCC/ICC:
Just use "make", or on non-GNU systems "gmake".
Loading