1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-12 19:22:41 +00:00

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.
This commit is contained in:
Jon Trulson 2022-08-06 13:09:01 -06:00
parent 2d355712ea
commit a3e491d648

View file

@ -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