X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fman%2Fsetup.im;h=a6e06491e6ac845225f619f776a2466cb24a9729;hb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;hp=546dfa1f6a3d1441c02e9d30fc18161b8f152b14;hpb=ffba61cdbe908417f2b7a9b6787977531107c55e;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/setup.im b/doc/src/man/setup.im index 546dfa1..a6e0649 100644 --- a/doc/src/man/setup.im +++ b/doc/src/man/setup.im @@ -1,7 +1,7 @@ .if false ================================================================================== - Copyright (c) 2019 Nokia - Copyright (c) 2018-2019 AT&T Intellectual Property. + Copyright (c) 2019 Nokia + Copyright (c) 2018-2019 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,36 +18,45 @@ .fi .if false - Mnemonic: setup.im - Abstract: Look at environment variables and pull in the correct setup prep - imbed file based on the desired output type (when running tfm). - Obviously, when running pfm we are always generating postscirpt - so this isn't really doing much. - Date: 29 July 2019 + Mnemonic: setup.im + Abstract: Look at environment variables and pull in the correct setup prep + imbed file based on the desired output type (when running tfm). + Obviously, when running pfm we are always generating postscirpt + so this isn't really doing much. + Date: 29 July 2019 .fi +.if ! _setup_im + .gv e LIB lib .if ! lib - .dv lib .. + .dv lib .. .fi .** CAUTION: xfm comparisons are reverse polish so "a b =" is true if a == b. .if pfm - .im &{lib}/generic_ps.im + .im &{lib}/generic_ps.im .ei - .gv e OUTPUT_TYPE ot - .if "&ot" "txt" = - .im &{lib}/txt.im - .fi - .if "&ot" "rst" = - .im &{lib}/rst.im - .fi - .if "&ot" "markdown" = - .im &{lib}/markdown.im - .fi - .if "&ot" "troff" = - .im &{lib}/roff.im - .fi + .gv e OUTPUT_TYPE ot + .if "&ot" "txt" = + .im &{lib}/txt.im + .fi + .if "&ot" "rst" = + .im &{lib}/rst.im + .fi + .if "&ot" "markdown" = + .im &{lib}/markdown.im + .fi + .if "&ot" "troff" = + .im &{lib}/roff.im + .fi +.fi + +.gv e GEN_TITLE gen_title +.if "&gen_title" "1" = + .im gen_title.im +.fi + +.dv _setup_im 1 .fi -.xx 0