Lines Matching refs:rst
3 # Test of gettext facilities in the RST format.
8 tmpfiles="$tmpfiles prog.rst"
9 cat <<\EOF > prog.rst
12 'rstconv options Convert rst file'#10#10+
14 ' -i file Use specified file instead of stdin as input .rst (OPTIONAL)'#10+
27 ${XGETTEXT} -o prog.pot --omit-header --add-location prog.rst
34 "rstconv options Convert rst file\n"
37 " -i file Use specified file instead of stdin as input .rst (OPTIONAL)\n"
70 if (${RSTCONV} -o prog.pot -i prog.rst) >/dev/null 2>&1; then
75 msgid "rstconv [-h|--help] Displays this help\nrstconv options Convert rst file\n\nOptions are:\n -i file Use specified file instead of stdin as input .rst (OPTIONAL)\n -o file Write output to specified file (REQUIRED)\n -f format Specifies the output format:\n po GNU gettext .po (portable) format (DEFAULT)\n"