Re: [PATCH 1/2] doc: replace use of environment variables with a generated config

Subject: Re: [PATCH 1/2] doc: replace use of environment variables with a generated config

Date: Wed, 15 Jul 2020 09:28:08 -0300

To: Tomi Ollila, notmuch@notmuchmail.org

Cc: flub@devork.be

From: David Bremner


Tomi Ollila <tomi.ollila@iki.fi> writes:
>
> perhaps instead of multiple redirections to the file, 
>
> {
>     echo "# Generated by configure, run from doc/conf.py"
>     echo
>     if [ $WITH_EMACS = "1" ]; then
>         printf "tags.add('WITH_EMACS')\n"
>     fi 
>     printf "rsti_dir = '%s'\n" "$(realpath emacs)"
>
> } > sphinx.config
>     

Sorry, I dropped the ball there. I did actually make this change at some
point but I rebased it away. I can do a cleanup patch.

d
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: