diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-10-20 20:58:26 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-10-20 20:58:26 +0000 |
commit | 97ae108d1453bc46ab20ba523134f4da0acf0cf5 (patch) | |
tree | b60e2c205cb9edb7909cfc51e3ec1946f79825dc /gcc/doc/sourcebuild.texi | |
parent | ea258926e64ffdd503cd5dbd403f3f7f7364e011 (diff) | |
download | gcc-97ae108d1453bc46ab20ba523134f4da0acf0cf5.zip gcc-97ae108d1453bc46ab20ba523134f4da0acf0cf5.tar.gz gcc-97ae108d1453bc46ab20ba523134f4da0acf0cf5.tar.bz2 |
Makefile.in (install-info): Simplify.
* Makefile.in (install-info): Simplify.
($(DESTDIR)$(infodir)/%.info): New rule.
* configure.in (target_list): Remove install-info.
* doc/.cvsignore (gcc.info*): Remove.
(gccint.info*): Likewise.
(gccinstall.info*): Likewise.
(cpp.info*): Likewise.
(cppinternals.info*): Likewise.
(*.info*): Add it.
* doc/sourcebuild.texi: Update description of install-info.
* objc/Make-lang.in (objc.install-info): Remove.
2003-10-20 Mark Mitchell <mark@codesourcery.com>
* Make-lang.in (ada.install-info): Remove target.
(info): New target.
(install-info): Likewise.
(gnat_ug_unx.info): Simplify rule.
(gnat_ug_vmx.info): Likewise.
(gnat_ug_vxw.info): Likewise.
(gnat_ug_wnt.info): Likewise.
(gnat_rm.info): Likewise.
(gnat-style.info): Likewise.
2003-10-20 Mark Mitchell <mark@codesourcery.com>
* Make-lang.in (c++.install-info): Remove.
Mon Oct 20 13:49:43 2003 Mark Mitchell <mark@codesourcery.com>
* Make-lang.in (.PHONY): Remove f77.info, f77.install-info.
(info): Update dependencies.
($(srcdir)/f/g77.info): Replace with ...
($(docobjdir)/g77.info): ... this.
(f77.install-info): Remove.
(install-info): New target.
2003-10-20 Mark Mitchell <mark@codesourcery.com>
* Make-lang.in (info): Update dependencies.
(java.install-info): Remove.
($(srcdir)/java/gcj.info): Replace with ...
($(docobjdir)/gcj.info): ... this.
2003-10-20 Mark Mitchell <mark@codesourcery.com>
* Make-lang.in (info): Use docobjdir.
($(srcdir)/treelang/treelang.info): Replace with ...
($(docobjdir)/treelang/treelang.info): ... this.
(install-info): New target.
From-SVN: r72718
Diffstat (limited to 'gcc/doc/sourcebuild.texi')
-rw-r--r-- | gcc/doc/sourcebuild.texi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index e4a1bae..c29a64e 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -588,10 +588,8 @@ compiler executables listed in @code{compilers} in @file{config-lang.in}. @item install-info Install info documentation for the front end, if it is present in the -source directory. (It may not be present if a suitable version of -@command{makeinfo} was not installed.) This target should run the -command @command{install-info} to update the info directory, but -should ignore errors when running that command. +source directory. This target should have dependencies on info files +that should be installed. This hook is a double-colon hook. @item install-man Install man pages for the front end. This target should ignore errors. |