From e380e6e0be69935e71af043f1e000b1936b0fda5 Mon Sep 17 00:00:00 2001 From: Lothar Serra Mari Date: Thu, 6 Jun 2019 18:20:25 +0200 Subject: AMIGA: Sync RM2AG.rexx with RM2AG.rexx.in --- dists/amiga/RM2AG.rexx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'dists/amiga') diff --git a/dists/amiga/RM2AG.rexx b/dists/amiga/RM2AG.rexx index 93ea838d2b..ab41d64df7 100644 --- a/dists/amiga/RM2AG.rexx +++ b/dists/amiga/RM2AG.rexx @@ -1,6 +1,5 @@ /* README(.md) to .guide converter $VER: RM2AG.rexx 0.20 (18.05.2019) - This script converts a given markdown README file of ScummVM to a basic hypertext Amiga guide file. */ @@ -30,7 +29,7 @@ OPEN(guide_write,'README.guide','W') Prepare the Amiga guide file, add the intro and fixed text. */ WRITELN(guide_write,'@DATABASE ScummVM README.guide') -WRITELN(guide_write,'@$VER: ScummVM Readme 2.0.0 (17.12.2017)') +WRITELN(guide_write,'@$VER: ScummVM Readme 2.1.0git') WRITELN(guide_write,'@(C) by The ScummVM team') WRITELN(guide_write,'@AUTHOR The ScummVM team') WRITELN(guide_write,'@WORDWRAP') @@ -181,7 +180,6 @@ DO WHILE EOF(readme_read) = 0 Two chapters (1.0 and 7.8) are "empty", consisting of only it's chapter names. We link them to their respective sub chapters (1.1 and 7.8.1), so we don't end up displaying a blank page. - If chapter 1.1 is found don't close the NODE, just write the line. */ IF POS('<>1.1<>',working_line) = 1 THEN DO -- cgit v1.2.3