blob: 0a0181473083d140272ed115f1843fa4a0d8bc27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
.TH fpcsubst 1 "30 April 2008" "Free Pascal" "Free Pascal macro processor"
.SH NAME
fpcsubst \- The Free Pascal macro processing program.
.SH SYNOPSIS
.B fpcsubst [options]
.SH DESCRIPTION
Replaces some standard %XYZ% identifiers with a text, it's a macro
preprocessor.
.B fpcsubst
TO BE FILLED.
.SH USAGE
.B fpcsubst
.SH OPTIONS
fpcsubst has a small number of options to control it's behaviour:
.SH SEE ALSO
.IP
.BR fpcmake (1)
.BR ppc386 (1)
.BR make (1)
|