From: bonzini Date: Tue, 21 Feb 2006 08:45:09 +0000 (+0000) Subject: 2006-02-21 Paolo Bonzini X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=903de8535faba1195c4192a3dc4c33ff329fe337;hp=ad4ecfda33b1120e3a632c9d29015496e5b923e2 2006-02-21 Paolo Bonzini * doc/sourcebuild.texi (Front End Directory): No more double-colon hooks. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@111329 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eee818bb408..955e41a0e30 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-02-21 Paolo Bonzini + + * doc/sourcebuild.texi (Front End Directory): No more double-colon + hooks. + 2006-02-21 Jakub Jelinek PR middle-end/26379 diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 2f463e4883c..af154d89d0a 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.