forked from lda/telodendria
Add td changes to the documentation
This commit is contained in:
parent
328303506b
commit
95c566d314
1 changed files with 11 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
.Dd $Mdocdate: October 11 2022 $
|
.Dd $Mdocdate: November 7 2022 $
|
||||||
.Dt TD 8
|
.Dt TD 8
|
||||||
.Os Telodendria Project
|
.Os Telodendria Project
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -93,6 +93,12 @@ directory and any ephemeral files in the source tree, such as
|
||||||
files. The build recipe does not place anything outside of
|
files. The build recipe does not place anything outside of
|
||||||
.Pa build/ ,
|
.Pa build/ ,
|
||||||
so you can usually just delete that directory and get the same effect.
|
so you can usually just delete that directory and get the same effect.
|
||||||
|
.It install
|
||||||
|
Install Telodendria to the system. This recipe assumes you're running a
|
||||||
|
Unix-like system.
|
||||||
|
.It uninstall
|
||||||
|
Uninstall Telodendria from the system if it was installed with the install
|
||||||
|
recipe.
|
||||||
.It format
|
.It format
|
||||||
Make sure the source code copyright headers are up to date, and format the code
|
Make sure the source code copyright headers are up to date, and format the code
|
||||||
using the system's
|
using the system's
|
||||||
|
@ -146,6 +152,10 @@ The C compiler to use. This defaults to
|
||||||
which is usually a symlink to your system's preferred compiler. If for some
|
which is usually a symlink to your system's preferred compiler. If for some
|
||||||
reason you want to use a diferent compiler, do so with this environment
|
reason you want to use a diferent compiler, do so with this environment
|
||||||
variable.
|
variable.
|
||||||
|
.It Ev PREFIX
|
||||||
|
When installing/uninstalling Telodendria, the systeme prefix to use. This
|
||||||
|
defaults to
|
||||||
|
.Pa /usr/local .
|
||||||
.It Ev CFLAGS
|
.It Ev CFLAGS
|
||||||
The compiler flags used to generate object files.
|
The compiler flags used to generate object files.
|
||||||
.Nm
|
.Nm
|
||||||
|
|
Loading…
Reference in a new issue