public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/sphinx-v1)] baseconf.py: update path
@ 2021-06-22 14:54 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-06-22 14:54 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:7a79f9e4753025ccd3227cd2ae1f1d35065632a2

commit 7a79f9e4753025ccd3227cd2ae1f1d35065632a2
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)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-22 14:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 14:54 [gcc(refs/users/marxin/heads/sphinx-v1)] baseconf.py: update path Martin Liska

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).