diff options
author | Arnaud Charlet <charlet@adacore.com> | 2019-09-10 10:17:14 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2019-09-10 12:17:14 +0200 |
commit | 903a9d25e9a7d86ff9d258afc203cd83a893a8bf (patch) | |
tree | e33e15def173fa535e4bce3c4aa2cd4bdec6573b /gcc | |
parent | 28f0075742ed5864991a1b0fef2ad6fae15c5e3b (diff) | |
download | gcc-903a9d25e9a7d86ff9d258afc203cd83a893a8bf.zip gcc-903a9d25e9a7d86ff9d258afc203cd83a893a8bf.tar.gz gcc-903a9d25e9a7d86ff9d258afc203cd83a893a8bf.tar.bz2 |
* doc/install.texi: Fix syntax for html generation.
From-SVN: r275589
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6139e3c..1c373c7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-09-10 Arnaud Charlet <charlet@adacore.com> + + * doc/install.texi: Fix syntax for html generation. + 2019-09-10 Jakub Jelinek <jakub@redhat.com> PR middle-end/91680 diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 6f4dd7b..dd36a1e 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -2727,7 +2727,12 @@ and network filesystems. @section Building the Ada compiler -See @ref{GNAT-prerequisite}. +@ifnothtml +@ref{GNAT-prerequisite}. +@end ifnothtml +@ifhtml +@uref{GNAT-prerequisite}. +@end ifhtml @section Building with profile feedback |