From ba7efe4df5001e304362f3d11a347230d5f2bda3 Mon Sep 17 00:00:00 2001
From: Ben Avison <bavison@riscosopen.org>
Date: Fri, 11 Oct 2019 16:04:56 +0100
Subject: [PATCH] Document TOKHELPSRC and related inputs to AAsmModule makefile
 fragment

---
 GNUmakefiles/AAsmModule | 3 +++
 Makefiles/AAsmModule    | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/GNUmakefiles/AAsmModule b/GNUmakefiles/AAsmModule
index f2c7c49..ccf9383 100644
--- a/GNUmakefiles/AAsmModule
+++ b/GNUmakefiles/AAsmModule
@@ -43,6 +43,9 @@ INCLUDED_AASMMODULE = YES
 # INSTRES_VERSION (opt) (if set to "Messages", automatically insert version into Messages file during resources phase)
 # MERGEDMSGS      (r/o) (leafname of generated Messages file)
 # RESFSDIR        (opt) (actual directory to export resources to - otherwise ${RESDIR}/${TARGET})
+# TOKHELPSRC      (opt) (set equal to ${TOKENSOURCE} to indicate that the binary depends on autogenerated tokenised help source file of that name)
+# HELPSRC         (opt) (set to filename containing untokenised help messages if ${TOKHELPSRC} = ${TOKENSOURCE})
+# TOKENS          (opt) (set to filename containing help message tokens - otherwise ${HDRDIR}/Global/Tokens)
 # CUSTOMEXP       (opt) (set to "custom" to override the export rules)
 # CUSTOMRES       (opt) (set to "custom" to override the resources rules, or "no" for no resources)
 # CUSTOMROM       (opt) (set to "custom" to override the rom rules)
diff --git a/Makefiles/AAsmModule b/Makefiles/AAsmModule
index 834096e..8df71dd 100644
--- a/Makefiles/AAsmModule
+++ b/Makefiles/AAsmModule
@@ -58,6 +58,9 @@ INCLUDED_AASMMODULE = YES
 # INSTRES_VERSION (opt) (if set to "Messages", automatically insert version into Messages file during resources phase)
 # MERGEDMSGS      (r/o) (leafname of generated Messages file)
 # RESFSDIR        (opt) (actual directory to export resources to - otherwise ${RESDIR}.${TARGET})
+# TOKHELPSRC      (opt) (set equal to ${TOKENSOURCE} to indicate that the binary depends on autogenerated tokenised help source file of that name)
+# HELPSRC         (opt) (set to filename containing untokenised help messages if ${TOKHELPSRC} = ${TOKENSOURCE})
+# TOKENS          (opt) (set to filename containing help message tokens - otherwise Hdr:Tokens)
 # CUSTOMEXP       (opt) (set to "custom" to override the export rules)
 # CUSTOMRES       (opt) (set to "custom" to override the resources rules, or "no" for no resources)
 # CUSTOMROM       (opt) (set to "custom" to override the rom rules)
-- 
GitLab