From owner-freebsd-commit Wed Nov 29 08:25:45 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA28122 for freebsd-commit-outgoing; Wed, 29 Nov 1995 08:25:45 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA28110 for cvs-all-outgoing; Wed, 29 Nov 1995 08:25:34 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA28098 for cvs-share-outgoing; Wed, 29 Nov 1995 08:25:32 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA28087 ; Wed, 29 Nov 1995 08:25:24 -0800 Date: Wed, 29 Nov 1995 08:25:24 -0800 From: Bruce Evans Message-Id: <199511291625.IAA28087@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/usd/13.viref Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/29 08:25:23 Modified: share/doc/usd/13.viref Makefile Log: Fixed buggy generation of index.so. The roff command to generate it was a little different than the one to generate the document. This caused wrong page numbers. Fixed sourcing of index.so. The hack of handling it separately is no longer necessary. This hack didn't quite work - the page numbers and columnization of the index were wrong. Fixed warnings about not being able to source index.so. Fixed generation of `index' in the source directory. Don't bother removing `index' after creating index.so. `index' gets created again when the final document is built and it's too much trouble to remove later. Fixed dependencies. The long {SRCS} list in 4.4lite isn't quite right and got broken to allow centralized rules. Revision Changes Path 1.3 +11 -8 src/share/doc/usd/13.viref/Makefile