Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 1995 19:56:47 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        jfieber@indiana.edu (John Fieber)
Cc:        CVS-commiters@freefall.FreeBSD.org, current@freebsd.org
Subject:   Re: Proposal for bsd.sgml.mk
Message-ID:  <199508310256.TAA21780@phaeton.artisoft.com>
In-Reply-To: <199508310248.VAA18063@fieber-john.campusview.indiana.edu> from "John Fieber" at Aug 30, 95 09:48:49 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Here is a sample makefile (for the handbook) using my proposed
> bsd.sgml.mk:
> 
> -------------------
> SGMLOPTS= -links
> .include <bsd.sgml.mk>
> -------------------
> 
> Simple, eh?
> 
> Now, here is the bsd.sgml.mk which I plan to commit if there are
> no great objections.  It isn't perfect, but it gets the job done:
> 
> -------------------
> #       bsd.sgml.mk - 30 Aug 1995 John Fieber
> #       This file is in the public domain.
> #
> #	$Id$
> 
> .if exists(${.CURDIR}/../Makefile.inc)
> .include "${.CURDIR}/../Makefile.inc"
> .endif
> 
> # Variables of possible interest to the user
> 
> FORMATS?=	ascii html


1)	There should be a comment of the the FORMATS line telling
	which formats are supported.

2)	As currently coded, only "html" is supported, and it is in
	there three times.  Someone got a little cut-n-paste hayy?

Other than that, looks good.  8-).


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508310256.TAA21780>