From 8471b603891973d0d53754b89ee41dc18aa88104 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Tue, 29 Oct 2002 15:13:28 +0000 Subject: [PATCH] Add scr2txt to the required list of doc ports for "make release". I think this list of the bare minimal ports required should maybe be moved to textproc/docproj/Makefile, so that when we add a new dependency there, we can just add it to a required or optional list, rather than add it there and forget about it here. ;) Noticed by: jhay Forgotten by: nik --- release/Makefile.inc.docports | 1 + 1 file changed, 1 insertion(+) diff --git a/release/Makefile.inc.docports b/release/Makefile.inc.docports index 60b7ec3efc6..4ec428cd4fa 100644 --- a/release/Makefile.inc.docports +++ b/release/Makefile.inc.docports @@ -35,6 +35,7 @@ MINIMALDOCPORTS= \ ports/graphics/peps \ ports/graphics/png \ ports/graphics/scr2png \ + ports/graphics/scr2txt \ ports/graphics/tiff \ ports/print/freetype2 \ ports/print/ghostscript-gnu \