aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Bonzini <bonzini@gnu.org>2006-02-21 08:45:09 +0000
committerPaolo Bonzini <bonzini@gcc.gnu.org>2006-02-21 08:45:09 +0000
commit880b9e7bce21a96a717f80c71bd51f452be6a7fe (patch)
treebd384d477b51137b372ed8af2ac40df179ecb995
parent5a9e432d7e7ea1281ebe47f96b7ecbd3e508b994 (diff)
downloadgcc-880b9e7bce21a96a717f80c71bd51f452be6a7fe.zip
gcc-880b9e7bce21a96a717f80c71bd51f452be6a7fe.tar.gz
gcc-880b9e7bce21a96a717f80c71bd51f452be6a7fe.tar.bz2
sourcebuild.texi (Front End Directory): No more double-colon hooks.
2006-02-21 Paolo Bonzini <bonzini@gnu.org> * doc/sourcebuild.texi (Front End Directory): No more double-colon hooks. From-SVN: r111329
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/sourcebuild.texi8
2 files changed, 7 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index eee818b..955e41a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-02-21 Paolo Bonzini <bonzini@gnu.org>
+
+ * doc/sourcebuild.texi (Front End Directory): No more double-colon
+ hooks.
+
2006-02-21 Jakub Jelinek <jakub@redhat.com>
PR middle-end/26379
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 2f463e4..af154d8 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -567,10 +567,7 @@ setting of @code{language} in @file{config-lang.in}) for the following
values of @code{@var{hook}}, and any other Makefile rules required to
build those targets (which may if necessary use other Makefiles
specified in @code{outputs} in @file{config-lang.in}, although this is
-deprecated). Some hooks are defined by using a double-colon rule for
-@code{@var{hook}}, rather than by using a target of form
-@code{@var{lang}.@var{hook}}. These hooks are called ``double-colon
-hooks'' below. It also adds any testsuite targets that can use the
+deprecated). It also adds any testsuite targets that can use the
standard rule in @file{gcc/Makefile.in} to the variable
@code{lang_checks}.
@@ -591,7 +588,6 @@ for this, and should fail if an error occurs.
Build DVI documentation for the front end, in the build directory.
This should be done using @code{$(TEXI2DVI)}, with appropriate
@option{-I} arguments pointing to directories of included files.
-This hook is a double-colon hook.
@item html
Build HTML documentation for the front end, in the build directory.
@item man
@@ -607,7 +603,7 @@ compiler executables listed in @code{compilers} in
@item install-info
Install info documentation for the front end, if it is present in the
source directory. This target should have dependencies on info files
-that should be installed. This hook is a double-colon hook.
+that should be installed.
@item install-man
Install man pages for the front end. This target should ignore
errors.