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

https://gcc.gnu.org/g:a5f7063eb2ddc2e0909ebea95e9d9eeb625209d1

commit a5f7063eb2ddc2e0909ebea95e9d9eeb625209d1
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] 2+ messages in thread

* [gcc(refs/users/marxin/heads/sphinx-v2)] baseconf.py: update path
@ 2021-06-23 10:21 Martin Liska
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Liska @ 2021-06-23 10:21 UTC (permalink / raw)
  To: gcc-cvs

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)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-24 14:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 14:06 [gcc(refs/users/marxin/heads/sphinx-v2)] baseconf.py: update path Martin Liska
  -- strict thread matches above, loose matches on Subject: below --
2021-06-23 10:21 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).