On Wed, Aug 23, 2017 at 10:36:22AM -0700, Rodrigo Vivi wrote:
> This is not available here nor will be available on
> qfrc. So let's avoid duplication and just grab the qf.rst
> file from whatever repository this command is called from.
>
> Cc: Jani Nikula <[email protected]>
> Cc: Daniel Vetter <[email protected]>
> Cc: Joonas Lahtinen <[email protected]>
> Signed-off-by: Rodrigo Vivi <[email protected]>
Ack.
-Daniel
> ---
> qf | 9 +++------
> 1 file changed, 3 insertions(+), 6 deletions(-)
>
> diff --git a/qf b/qf
> index 1f056f90ef70..0373a089ff67 100755
> --- a/qf
> +++ b/qf
> @@ -171,13 +171,10 @@ function quilt_clean_check
>
> function qf_help
> {
> - manpage=$DIM_PREFIX/maintainer-tools/qf.rst
> + manpage=$(dirname $(readlink -f $0))/qf.rst
> if [ ! -e "$manpage" ]; then
> - manpage=$(dirname $(readlink -f $0))/qf.rst
> - if [ ! -e "$manpage" ]; then
> - echo "Can't find the man page."
> - exit 1
> - fi
> + echo "Can't find the man page."
> + exit 1
> fi
>
> if hash rst2man 2>/dev/null; then
> --
> 2.13.2
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx