From 2ef000acda7ad33fb998a5845ab0650e5922e879 Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Tue, 10 Jan 2023 15:43:02 +0000 Subject: [PATCH] Fixing title markup and adding Emacs-style modeline as a hint to GitHub. --- manual/build.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manual/build.txt b/manual/build.txt index 417bc2b854..7c222d8a63 100644 --- a/manual/build.txt +++ b/manual/build.txt @@ -1,3 +1,6 @@ +.. mode: -*- rst -*- + +=============================== Building the Memory Pool System =============================== @@ -271,3 +274,5 @@ this program, you need to install the SQLite3 development resources. nmake /f w3i3mv.nmk mpseventsql.exe (32-bit) nmake /f w3i6mv.nmk mpseventsql.exe (64-bit) + +.. end