From d350feff2c61440846891e816c4e7cd607714116 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 10 Nov 2002 00:04:33 +0000 Subject: [PATCH] Build the doc subdir on ia64. We have groff working for a while. --- share/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/Makefile b/share/Makefile index 6b09c07930c..81b70aaa0dd 100644 --- a/share/Makefile +++ b/share/Makefile @@ -10,7 +10,7 @@ SUBDIR= colldef dict examples man me misc mk monetdef \ SUBDIR+= mklocale .endif -.if !defined(NO_SHAREDOCS) && ${MACHINE_ARCH} != "ia64" +.if !defined(NO_SHAREDOCS) SUBDIR+= doc .endif