From 2208441e863c77d78de90d40c3b9a59b442a3668 Mon Sep 17 00:00:00 2001 From: Wayne Warthen Date: Fri, 22 Oct 2021 13:25:27 -0700 Subject: [PATCH] Documentation Generation Tweaks --- Source/Doc/Applications.md | 2 +- Source/Doc/Build.cmd | 2 +- Source/Doc/Common.h | 2 +- Source/Doc/Common.m4 | 9 --------- Source/Doc/GettingStarted.md | 2 +- Source/Doc/Makefile | 2 +- Source/Doc/ROM_Applications.md | 2 +- 7 files changed, 6 insertions(+), 15 deletions(-) delete mode 100644 Source/Doc/Common.m4 diff --git a/Source/Doc/Applications.md b/Source/Doc/Applications.md index 6222d07d..75c99d5d 100644 --- a/Source/Doc/Applications.md +++ b/Source/Doc/Applications.md @@ -985,6 +985,6 @@ The `TUNE` application was custom written for RomWBW. All of the hardware interface code is specific to RomWBW. The sound file decoding software was adapted and embedded from pre-existing sources. The YM player code is from MYMPLAY 0.4 by Lieves!Tuore and the PT player code -is (c)2004-2007 S.V.Bulba . +is (c)2004-2007 S.V.Bulba . The source code is provided in the RomWBW distribution. diff --git a/Source/Doc/Build.cmd b/Source/Doc/Build.cmd index 67332011..731c85fc 100644 --- a/Source/Doc/Build.cmd +++ b/Source/Doc/Build.cmd @@ -37,7 +37,7 @@ echo. echo Processing document %1.md... -gpp -T <%1.md >%1.tmp +gpp -o %1.tmp -U "\\" "" "{" "}{" "}" "{" "}" "#" "" %1.md pandoc %1.tmp -f markdown -t pdf -s -o %1.pdf --default-image-extension=pdf || exit /b pandoc %1.tmp -f markdown -t html -o %1.html --default-image-extension=png || exit /b diff --git a/Source/Doc/Common.h b/Source/Doc/Common.h index ba843e30..d7eed5f5 100644 --- a/Source/Doc/Common.h +++ b/Source/Doc/Common.h @@ -3,6 +3,6 @@ \define{doc_title}{Document Title} \define{doc_author}{Wayne Warthen} \define{doc_date}{\date{%d %b %Y}} -\define{doc_authmail}{wwarthen@@gmail.com} +\define{doc_authmail}{wwarthen@gmail.com} \define{doc_orgname}{RetroBrew Computers Group} \define{doc_orgurl}{www.retrobrewcomputers.org} diff --git a/Source/Doc/Common.m4 b/Source/Doc/Common.m4 deleted file mode 100644 index 04a49fa7..00000000 --- a/Source/Doc/Common.m4 +++ /dev/null @@ -1,9 +0,0 @@ -changequote(`{{', `}}') - -define({{doc_ver}},{{3.1 Pre-release}}) -define({{doc_product}},{{RomWBW}}) -define({{doc_title}},{{Document Title}}) -define({{doc_author}},{{Wayne Warthen}}) -define({{doc_authmail}},{{wwarthen@gmail.com}}) -define({{doc_orgname}},{{RetroBrew Computers Group}}) -define({{doc_orgurl}},{{www.retrobrewcomputers.org}}) \ No newline at end of file diff --git a/Source/Doc/GettingStarted.md b/Source/Doc/GettingStarted.md index 8bf21166..bbe2f8f4 100644 --- a/Source/Doc/GettingStarted.md +++ b/Source/Doc/GettingStarted.md @@ -1142,7 +1142,7 @@ To cancel: Ctrl-X, pause, Ctrl-X Thanks for the upload E>flash write rom.rom -FLASH4 by Will Sowerbutts version 1.2.3 +FLASH4 by Will Sowerbutts version 1.2.3 Using RomWBW (v2.6+) bank switching. Flash memory chip ID is 0xBFB7: 39F040 diff --git a/Source/Doc/Makefile b/Source/Doc/Makefile index 88025c96..6133aaea 100644 --- a/Source/Doc/Makefile +++ b/Source/Doc/Makefile @@ -13,7 +13,7 @@ include $(TOOLS)/Makefile.inc all :: deploy %.tmp : %.md - gpp -T $< >$@ + gpp -o $@ -U "\\" "" "{" "}{" "}" "{" "}" "#" "" $< %.pdf : %.tmp pandoc $< -f markdown -t latex -s -o $@ --default-image-extension=pdf diff --git a/Source/Doc/ROM_Applications.md b/Source/Doc/ROM_Applications.md index fba106ad..006e3d11 100644 --- a/Source/Doc/ROM_Applications.md +++ b/Source/Doc/ROM_Applications.md @@ -130,7 +130,7 @@ Examples: `D 100 1FF` 0130: E5 CD 6C 1F C1 C1 E5 2A C9 8C E5 CD 45 05 E5 CD åÍl.ÁÁå*É.åÍE.åÍ 0140: 59 1F C3 00 00 C3 AE 01 C3 51 04 C3 4C 02 C3 57 Y.Ã..î.ÃQ.ÃL.ÃW 0150: 02 C3 64 02 C3 75 02 C3 88 02 C3 B2 03 C3 0D 04 .Ãd.Ãu.Ã..ò.Ã.. -0160: C3 19 04 C3 22 04 C3 2A 04 C3 35 04 C3 40 04 C3 Ã..Ã".Ã*.Ã5.Ã@@.à +0160: C3 19 04 C3 22 04 C3 2A 04 C3 35 04 C3 40 04 C3 Ã..Ã".Ã*.Ã5.Ã@.à 0170: 48 04 C3 50 04 C3 50 04 C3 50 04 C3 8F 02 C3 93 H.ÃP.ÃP.ÃP.Ã..Ã. 0180: 02 C3 94 02 C3 95 02 C3 85 04 C3 C7 04 C3 D1 01 .Ã..Ã..Ã..ÃÇ.ÃÑ. 0190: C3 48 02 C3 E7 04 C3 56 03 C3 D0 01 C3 D0 01 C3 ÃH.Ãç.ÃV.ÃÐ.ÃÐ.Ã