File: macros.texi

package info (click to toggle)
bashdb 4.2.0.8-1.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,204 kB
  • sloc: sh: 12,074; ansic: 914; makefile: 383; python: 101
file content (20 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@c A simple macro for optional variables.
@macro ovar{varname}
@r{[}@var{\varname\}@r{]}
@end macro

@macro DDD {}
@acronym{DDD}
@end macro

@macro BASH {}
@acronym{@value{BASH}}
@end macro

@macro DBG {}
@value{DBG}
@end macro

@set libdir /usr/local/lib
@set bindir /usr/local/bin