34 lines
662 B
Groff
34 lines
662 B
Groff
.Dd $Mdocdate$
|
|
.Dt OINK 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm oink
|
|
.Nd a configuration file preprocessor
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
.Ar command
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
is a configuration file preprocessor focused on centralizing configuration changes.
|
|
.Ss COMMANDS
|
|
.Bl -tag -width Ds
|
|
.It apply
|
|
Copies the last generated files to their target paths.
|
|
.It build
|
|
Generates files from their templates.
|
|
.It full
|
|
Runs 'build', then 'apply'.
|
|
.El
|
|
.Sh EXIT STATUS
|
|
.Bl -tag -width Ds
|
|
.It 1
|
|
No command was given.
|
|
.It 2
|
|
The configuration file has no items in the target array.
|
|
.It 3
|
|
Failed to create the configuration directories.
|
|
.El
|
|
.Sh AUTHORS
|
|
.An -nosplit
|
|
.An Valerie Wolfe Aq Mt sleeplessval@gmail.com
|
|
|