From 9ebb91411aaf57c0ccc5667b2f0743c5454fd1da Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 21 Apr 2019 01:21:56 +0100 Subject: CONFIGURE: Generate html README and NEWS by default on macOS There was already a configure option to specify a output format other than plain text, but this had to be specified explicitely when executing configure. Now the ports can define a default other than plain text. On macOS now by default pandoc generate html output. It could in theory also generate rtf, but those are not properly displayed by TextEdit, and in addition TextEdit cannot handle link internal to the document (such as for the TOC). But if we are fine with no link for the TOC, we could pipe the pandoc html output with textutil to generate the RTF documents. Also this change allows to have an extension for the pandoc output files. By default this is empty for plain text (as before) and the same as the format otherwise (for example .rtf or .html). --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ed6b6e02d2..2708700d6a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,9 @@ lib*.a /scummvm-conf.cpp /tmp_*.cpp /README +/README.html /NEWS +/NEWS.html /build /staging -- cgit v1.2.3