Process sgml and man files in doc directory for FreeBSD.

This commit is contained in:
Ulrich Wilkens
2012-08-15 22:43:43 +02:00
committed by Jon Trulson
parent 71ddf025fa
commit 7bdb847210
12 changed files with 1167 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:53:57 drk $
#define IHaveSubdirs
#define PassCDebugFlags
#if defined(LinuxArchitecture)
#if defined(LinuxArchitecture) || defined(OpenBSDArchitecture) || defined(FreeBSDArchitecture)
XCOMM we cannot build guides on linux yet
SUBDIRS = help
#else