diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-06 01:14:32 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-06 01:14:32 +0000 |
commit | b510ee9c85f1302144ca62f33c066f08185f473c (patch) | |
tree | 0b801a095b5fb310239b09469dbfe374641e7e8d /gcc/Makefile.in | |
parent | 6bc11008824b06fe4098cb7a0f76c51395079c7f (diff) | |
download | gcc-b510ee9c85f1302144ca62f33c066f08185f473c.tar.gz |
2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
* doc/install.texi: Update automake and autoconf version
requirements. Note where to find gcj automake version.
2004-02-05 Kelley Cook <kcook@gcc.gnu.org>
* Makefile.in (generate-manpages): Move dependencies to ...
(man): here.
* doc/makefile.texi: Document new targets.
* doc/sourcebuild.texi (Make-lang.in): Document new langhooks.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77365 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 430483cf13d..8b94fc4271f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2687,7 +2687,9 @@ doc/gccinstall.dvi: $(TEXI_GCCINSTALL_FILES) MANFILES = doc/gcov.1 doc/cpp.1 doc/gcc.1 doc/gfdl.7 doc/gpl.7 doc/fsf-funding.7 -generated-manpages: $(MANFILES) lang.man @GENINSRC@ srcman lang.srcman +generated-manpages: man + +man: $(MANFILES) lang.man @GENINSRC@ srcman lang.srcman srcman: $(MANFILES) -cp -p $^ $(srcdir)/doc |