aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan2019-05-05 14:51:02 +0200
committerFilippos Karapetis2019-05-05 15:51:02 +0300
commita12247003460494ba23de7e6b6936ca499397912 (patch)
tree630b95e1a6b3a2a7bbaf6c52125ea17608c7ad45
parent71172add9cffd7747cefe6d1c07f6fccc7460075 (diff)
downloadscummvm-rg350-a12247003460494ba23de7e6b6936ca499397912.tar.gz
scummvm-rg350-a12247003460494ba23de7e6b6936ca499397912.tar.bz2
scummvm-rg350-a12247003460494ba23de7e6b6936ca499397912.zip
AmigaOS4: Activate syntax highlighting in GitHub
-rw-r--r--backends/platform/sdl/amigaos/amigaos.mk4
-rw-r--r--dists/amiga/RM2AG.rexx (renamed from dists/amiga/RM2AG.rx)4
2 files changed, 4 insertions, 4 deletions
diff --git a/backends/platform/sdl/amigaos/amigaos.mk b/backends/platform/sdl/amigaos/amigaos.mk
index 15a2e9f93f..3bffe84475 100644
--- a/backends/platform/sdl/amigaos/amigaos.mk
+++ b/backends/platform/sdl/amigaos/amigaos.mk
@@ -16,9 +16,9 @@ endif
# "Program not found" error. Therefore we copy the script to the cwd and
# remove it again, once it has finished.
cp ${srcdir}/dists/amiga/RM2AG.rx .
- rx RM2AG.rx README.conv
+ rx RM2AG.rexx README.conv
cp README.guide $(AMIGAOSPATH)
- rm RM2AG.rx
+ rm RM2AG.rexx
rm README.conv
rm README.guide
cp $(DIST_FILES_DOCS) $(AMIGAOSPATH)
diff --git a/dists/amiga/RM2AG.rx b/dists/amiga/RM2AG.rexx
index a4e92b7893..a9b7e9673d 100644
--- a/dists/amiga/RM2AG.rx
+++ b/dists/amiga/RM2AG.rexx
@@ -1,5 +1,5 @@
/*
-README to .guide converter $VER: RM2AG.rx 0.15 (25.01.2018)
+README to .guide converter $VER: RM2AG.rexx 0.15 (25.01.2018)
This script converts the pure ASCII-text based README file of ScummVM to a
basic Amiga guide file.
@@ -19,7 +19,7 @@ IF READCH(check_readme,14) = 'ScummVM README' THEN
ELSE DO
SAY "Not the README file. Aborting!"
CLOSE(readme_read)
- EXIT 0
+ EXIT 20
END
/* If it's the proper file, lets start converting */