public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/marxin/heads/sphinx-v2)] baseconf.py: update path
Date: Wed, 23 Jun 2021 10:21:53 +0000 (GMT)	[thread overview]
Message-ID: <20210623102153.646603983824@sourceware.org> (raw)

https://gcc.gnu.org/g:11663f89a6f1d3893a16e4d80713c31d65a84978

commit 11663f89a6f1d3893a16e4d80713c31d65a84978
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Jun 17 21:55:32 2021 +0200

    baseconf.py: update path

Diff:
---
 doc/baseconf.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/baseconf.py b/doc/baseconf.py
index 1ed19cc0579..07bf2c551c8 100644
--- a/doc/baseconf.py
+++ b/doc/baseconf.py
@@ -19,9 +19,8 @@ import os
 
 # The full version, including alpha/beta/rc tags
 
-# FIXME
 folder = os.path.dirname(os.path.realpath(__file__))
-gcc_srcdir = os.path.join(folder, './objdir')
+gcc_srcdir = os.path.join(folder, '..', 'gcc')
 
 def __read_file(name):
     path = os.path.join(gcc_srcdir, name)


             reply	other threads:[~2021-06-23 10:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-23 10:21 Martin Liska [this message]
2021-06-24 14:06 Martin Liska

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210623102153.646603983824@sourceware.org \
    --to=marxin@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).