From bbfae8426156de76783ca73f3a11e0e4bcb24650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 7 Aug 2016 08:30:10 +0200 Subject: Project rename --- docs/builtin_commands.md | 6 +++--- docs/syntax.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/builtin_commands.md b/docs/builtin_commands.md index 79222ad..48f5a5b 100644 --- a/docs/builtin_commands.md +++ b/docs/builtin_commands.md @@ -19,8 +19,8 @@ $limit(0)$include(file)$endlimit ``` ### $load(...) -This loads additional modules. sgp searches with precedence for modules in file -directory and in paths defined by environment variable `SGPMODULES`. `NAME` is in +This loads additional modules. Geml searches with precedence for modules in file +directory and in paths defined by environment variable `GEMLMODULES`. `NAME` is in such case relative path to module, but also absolute path can be used. Be aware that modules stays loaded even after current file preprocessing is @@ -100,7 +100,7 @@ specify any shell command in `CMD`. `TEXT` is printed to error output and spg is terminated. ### $warning(TEXT) -`TEXT` is printed to error output, but sgp continuous preprocessing text. +`TEXT` is printed to error output, but geml continuous preprocessing text. ### $info(TEXT) Simply prints `TEXT` to standard output. If standard output is used as output of diff --git a/docs/syntax.md b/docs/syntax.md index fa00287..1f195ed 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -53,8 +53,8 @@ Special macros -------------- These macros has special meaning. They can't be redefined, but can be overloaded using modules. And they are not defined in processed text. -### SGP_VERSION -Expands to version of sgp tool. +### GEML_VERSION +Expands to version of geml tool. ### FILE Expands to name of file that is processed. This macro is not changing during whole preprocessing. Note that you can use it in included files to identify name of -- cgit v1.2.3