From owner-freebsd-current Wed Aug 30 20:00:49 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id UAA18498 for current-outgoing; Wed, 30 Aug 1995 20:00:49 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id UAA18488 for ; Wed, 30 Aug 1995 20:00:41 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id TAA21780; Wed, 30 Aug 1995 19:56:47 -0700 From: Terry Lambert Message-Id: <199508310256.TAA21780@phaeton.artisoft.com> Subject: Re: Proposal for bsd.sgml.mk To: jfieber@indiana.edu (John Fieber) Date: Wed, 30 Aug 1995 19:56:47 -0700 (MST) Cc: CVS-commiters@freefall.FreeBSD.org, current@freebsd.org In-Reply-To: <199508310248.VAA18063@fieber-john.campusview.indiana.edu> from "John Fieber" at Aug 30, 95 09:48:49 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1020 Sender: current-owner@freebsd.org Precedence: bulk > > Here is a sample makefile (for the handbook) using my proposed > bsd.sgml.mk: > > ------------------- > SGMLOPTS= -links > .include > ------------------- > > 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.