diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1997-10-01 13:56:23 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1997-10-01 13:56:23 -0400 |
commit | 236bdb77b5ccf5c4a19f82bc9c224952517e4426 (patch) | |
tree | efc957e1ebd7b87d6861ab9a9d75f522d3888a84 /gcc | |
parent | 5408ce78640e8a2ff7a45ec57abaa3a1c4750b19 (diff) | |
download | gcc-236bdb77b5ccf5c4a19f82bc9c224952517e4426.zip gcc-236bdb77b5ccf5c4a19f82bc9c224952517e4426.tar.gz gcc-236bdb77b5ccf5c4a19f82bc9c224952517e4426.tar.bz2 |
tweak
From-SVN: r15828
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 6bac140..9007bf2 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -292,7 +292,7 @@ g++FAQ.html: $(srcdir)/g++FAQ.texi -e 's?@file{\(gnu\.[-a-z+.]*\)}?<A HREF="news:\1">\1</A>?' \ -e 's?\([.+a-zA-Z0-9-]*@@[.a-zA-Z0-9-]*[a-zA-Z0-9]\)?<A HREF="mailto:\1">\1</A>?' \ $(srcdir)/g++FAQ.texi > work/g++FAQ.texi - cd work; texi2html -monolithic g++FAQ.texi + cd work; texi2html g++FAQ.texi mv work/*.html . rm -r work |