diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-25 17:09:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-25 17:09:48 +0000 |
| commit | 90a308160315c027142f95d201e5923ce7f0abb6 (patch) | |
| tree | da4116d9331f93a8185d4b0c50542e796e01503a /gnu/usr.bin | |
| parent | 3378ea24f4e0201b0aba44467274f305dfac4652 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/cc/f77doc/Makefile | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index 16dffc1178b02..79013fb916608 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.12 1999/04/13 17:56:28 markm Exp $ +# $Id: Makefile,v 1.13 1999/04/18 09:34:01 obrien Exp $ # # The order of some of these are rather important. Some depend on previous @@ -10,6 +10,7 @@ SUBDIR= cc_tools cc_int cc_drv cpp cc1 cc cc1obj cc1plus c++ c++filt doc .if !defined(NO_FORTRAN) SUBDIR+= f77 SUBDIR+= f771 +SUBDIR+= f77doc .endif .include <bsd.subdir.mk> diff --git a/gnu/usr.bin/cc/f77doc/Makefile b/gnu/usr.bin/cc/f77doc/Makefile new file mode 100644 index 0000000000000..09a1f27aab61d --- /dev/null +++ b/gnu/usr.bin/cc/f77doc/Makefile @@ -0,0 +1,13 @@ +# $Id$ + +.include "../Makefile.inc" + +.PATH: ${GCCDIR}/f + +INFO= g77 + +MAKEINFOFLAGS+= -I ${GCCDIR}/f + +g77.info: g77.texi intdoc.texi + +.include <bsd.info.mk> |
