mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-18 23:35:21 +02:00
* Corrected typo, and better decsription of file overwriting
This commit is contained in:
parent
7c9658646c
commit
973fa271e8
@ -1,6 +1,6 @@
|
|||||||
.TH fpcmake 1 "12 Dec 1999" "Free Pascal" "Free Pascal Makefile constructor"
|
.TH fpcmake 1 "12 Dec 1999" "Free Pascal" "Free Pascal Makefile constructor"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
fpcmake \- The Free Pascal makefile constuctor program.
|
fpcmake \- The Free Pascal makefile constructor program.
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
||||||
@ -27,8 +27,8 @@ for making X projects.
|
|||||||
accepts filenames of makefile description files as it's command-line
|
accepts filenames of makefile description files as it's command-line
|
||||||
arguments. For each of these files it will create a
|
arguments. For each of these files it will create a
|
||||||
.I Makefile
|
.I Makefile
|
||||||
in the same directory where the file is located, overwriting any other
|
in the same directory where the file is located, overwriting any
|
||||||
existing file.
|
existing file with the same name.
|
||||||
|
|
||||||
If no options are given, it just attempts to read the file
|
If no options are given, it just attempts to read the file
|
||||||
.I Makefile.fpc
|
.I Makefile.fpc
|
||||||
|
Loading…
Reference in New Issue
Block a user