diff options
| author | Nik Clayton <nik@FreeBSD.org> | 1998-12-09 00:32:19 +0000 |
|---|---|---|
| committer | Nik Clayton <nik@FreeBSD.org> | 1998-12-09 00:32:19 +0000 |
| commit | 142ecb0b92c5c7303a30b9ebb8fcd371dcfd59a7 (patch) | |
| tree | bc7ef91fa573bdbb72576ffad5581e5e5cc3608a /es/FAQ/Makefile | |
| parent | 23cc62707180fbd2b0baa11db3a8edb049a8b133 (diff) | |
Notes
Diffstat (limited to 'es/FAQ/Makefile')
| -rw-r--r-- | es/FAQ/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/es/FAQ/Makefile b/es/FAQ/Makefile index c7b56a20f0..0598505ca2 100644 --- a/es/FAQ/Makefile +++ b/es/FAQ/Makefile @@ -1,9 +1,12 @@ -# $Id: Makefile,v 1.3 1998-11-26 22:33:32 nik Exp $ +# $Id: Makefile,v 1.4 1998-12-09 00:32:19 nik Exp $ .NOTPARALLEL: -SGMLOPTS=-links -DOC= FAQ +DOC= FAQ +DOCDIR= ${SHAREDIR}/doc/es +FORMATS?= html roff +SGMLOPTS+=-links + SRCS= FAQ.sgml acknowledgments.sgml admin.sgml applications.sgml SRCS+= commercial.sgml hackers.sgml hardware.sgml install.sgml SRCS+= kernelconfig.sgml misc.sgml network.sgml preface.sgml |
