From a3e491d64853dfe16ab63ba1e0734ab3ca03b5f2 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Sat, 6 Aug 2022 13:09:01 -0600 Subject: [PATCH] doc: re-enable building the dtinfo guides on netbsd As long as you have enough space in /tmp (10MB is the default! change this!) these will build fine. --- cde/doc/en_US.UTF-8/Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cde/doc/en_US.UTF-8/Makefile.am b/cde/doc/en_US.UTF-8/Makefile.am index a8b049e27..08b152303 100644 --- a/cde/doc/en_US.UTF-8/Makefile.am +++ b/cde/doc/en_US.UTF-8/Makefile.am @@ -1,8 +1,3 @@ MAINTAINERCLEANFILES = Makefile.in -if !NETBSD SUBDIRS = m-guides man guides help -else -# building the guides on netbsd (9.2) doesn't work currently -SUBDIRS = m-guides man help -endif