openssl/doc/internal/man7
Richard Levitte e429217902 build.info: Implement simply substitutions in variable values
Use case: having a variable with multiple source files in its value,
and wanting to refer to the corresponding object file.

    $SRCS=foo.c bar.c
    SOURCE[program]=$SRCS
    DEPEND[${SRCS/.c/.o}]=prog.h

    GENERATE[prog.h]=...

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11185)
2020-03-02 03:34:30 +01:00
..
build.info.pod build.info: Implement simply substitutions in variable values 2020-03-02 03:34:30 +01:00
EVP_PKEY.pod DOCS: Add internal docs for EVP_PKEY and the export functions 2020-02-29 05:39:43 +01:00
VERSION.pod Configure: get version from the file 'VERSION' instead of 'opensslv.h' 2019-10-18 12:22:00 +02:00