diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-05 07:10:13 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-05 07:10:13 +0000 |
| commit | 2549292b15e00b37ffa3541f505ba55f1288ead6 (patch) | |
| tree | 55a10fdc84552b9f88dfb5cfb675d270cc964ffc /gnu/usr.bin/cc | |
| parent | fa8e1794b5edafae3da311dbf9473a30e14a27b1 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/doc/Makefile | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/gnu/usr.bin/cc/doc/Makefile b/gnu/usr.bin/cc/doc/Makefile index 6d3b48c463f6..48ecf4b05f3d 100644 --- a/gnu/usr.bin/cc/doc/Makefile +++ b/gnu/usr.bin/cc/doc/Makefile @@ -1,16 +1,18 @@ -# $Id: Makefile,v 1.6 1997/02/22 15:45:03 peter Exp $ +# $Id: Makefile,v 1.7 1997/12/17 19:57:35 bde Exp $ -INFO = gcc cpp reno gxxint +.include "../Makefile.inc" -INFOSECTION= "Gcc Documentation" -INFOENTRY_gcc= "* gcc: (gcc). The GNU C compiler." -INFOENTRY_cpp= "* cpp: (cpp). The GNU C pre-processor." -INFOENTRY_gxxint= "* gxxint: (gxxint). The GNU compiler family internal documentation." +.PATH: ${GCCDIR}/cp ${GCCDIR} + +INFO = gcc cpp gxxint -gcc.info: gcc.texi invoke.texi install.texi extend.texi rtl.texi md.texi \ - tm.texi +INFOSECTION= "Gcc Documentation" +INFOENTRY_gcc= "* gcc: (gcc). The EGCS GNU C compiler." +INFOENTRY_cpp= "* cpp: (cpp). The EGCS GNU C pre-processor." +INFOENTRY_gxxint= "* gxxint: (gxxint). The EGCS GNU compiler family internal documentation." -reno.info: reno.texi templates.texi gpcompare.texi +gcc.info: gcc.texi invoke.texi install.texi extend.texi gcov.texi rtl.texi \ + md.texi tm.texi MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp |
