aboutsummaryrefslogtreecommitdiff
path: root/doc/macros.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-02-26 13:42:41 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-02-26 13:42:41 +0000
commitf439e7de17824c8c22c6cbbd80ac78eb6877f2cd (patch)
tree8ef85bbcc6da98f378ea2d99ed27271204db0772 /doc/macros.texi
downloadpies-f439e7de17824c8c22c6cbbd80ac78eb6877f2cd.tar.gz
pies-f439e7de17824c8c22c6cbbd80ac78eb6877f2cd.tar.bz2
* pies/pies.c: New configuration statement "chdir".
* pies/progman.c (struct prog.v.p): New member `dir'. (register_prog): Initialize newp->v.p.dir; (prog_start): Change to the working directory, if required by config.
Diffstat (limited to 'doc/macros.texi')
-rw-r--r--doc/macros.texi31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/macros.texi b/doc/macros.texi
new file mode 100644
index 0000000..a26ad0c
--- /dev/null
+++ b/doc/macros.texi
@@ -0,0 +1,31 @@
+@macro xopindex{option,text}
+@opindex \option\, --\option\ @r{option, \text\}
+@end macro
+
+@macro opsummary{option}
+@ifclear ANCHOR--\option\
+@set ANCHOR--\option\ 1
+@anchor{--\option\}
+@end ifclear
+@xopindex{\option\, summary}
+@end macro
+
+@macro xprindex{option}
+@ifclear ANCHOR-PR-\option\
+@set ANCHOR-PR-\option\ 1
+@anchor{pragma \option\}
+@end ifclear
+@end macro
+
+@macro example-output{text}
+@smallexample
+\text\
+@end smallexample
+@end macro
+
+@macro mtasimopt{option,text}
+@mtindex \option\, --\option\, @r{@command{mtasim} option, \text\}
+@end macro
+
+
+

Return to:

Send suggestions and report system problems to the System administrator.