From owner-cvs-usrbin Fri May 9 18:26:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA10100 for cvs-usrbin-outgoing; Fri, 9 May 1997 18:26:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA10077; Fri, 9 May 1997 18:26:15 -0700 (PDT) From: John Fieber Received: (from jfieber@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA16582; Fri, 9 May 1997 18:25:51 -0700 (PDT) Date: Fri, 9 May 1997 18:25:51 -0700 (PDT) Message-Id: <199705100125.SAA16582@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/sgmlfmt sgmlfmt.1 sgmlfmt.pl Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jfieber 97/05/09 18:25:51 Modified: usr.bin/sgmlfmt sgmlfmt.1 sgmlfmt.pl Log: 1) Remove latex support. 2) Remove -ssi option, the -hdr and -ftr options are a more flexible solution. 3) Make docbook support work better. 4) Document docbook support. 5) Add an -e option to specify encoding for generated HTML files, eg -e EUC-JP adds an appropriate tag in the element. Revision Changes Path 1.13 +34 -40 src/usr.bin/sgmlfmt/sgmlfmt.1 1.24 +55 -86 src/usr.bin/sgmlfmt/sgmlfmt.pl