From 279ae948860ccc647b784f15d394483487684f1f Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Thu, 9 Mar 2023 14:13:47 +0000 Subject: Bug 706468: Avoid creating empty man page directory --- base/unixinst.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/unixinst.mak b/base/unixinst.mak index 24e9ab32a..48dd44ce1 100644 --- a/base/unixinst.mak +++ b/base/unixinst.mak @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2022 Artifex Software, Inc. +# Copyright (C) 2001-2023 Artifex Software, Inc. # All Rights Reserved. # # This software is provided AS-IS with no warranty, either express or @@ -162,7 +162,7 @@ install-doc: $(PSDOCDIR)/News.htm done' # install the man pages for each locale -MAN_LCDIRS=. de +MAN_LCDIRS=. MAN1_LINKS_PS2PS=eps2eps MAN1_LINKS_PS2PDF=ps2pdf12 ps2pdf13 ps2pdf14 MAN1_LINKS_GSLP=gsbj gsdj gsdj500 gslj -- cgit v1.2.1