tipidee
Software
skarnet.org

The tipidee-config-preprocess internal program

tipidee-config-preprocess is a tool that reads a line-based configuration file like tipidee.conf containing !include, !includedir and !included: directives, and preprocesses it, replacing the lines where these directive appear with the full contents of included files where appropriate.

tipidee-config-preprocess is not supposed to be invoked directly by the user. It is automatically invoked by the tipidee-config program.

Interface

     tipidee-config-preprocess file

Exit codes

If tipidee-config-preprocess exits nonzero, tipidee-config will immediately exit with the same error code.

0
success
1
syntax error
2
invalid inclusion (cycle or unauthorized duplicate)
100
wrong usage
111
system call failed

Detailed operation

Notes