From c931a5f89238b155566bec669d4947d6aa86749c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 13 Jun 2005 23:44:27 +0000 Subject: [PATCH] added man docs git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13107 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/coreutils/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/coreutils/Jamfile b/src/bin/coreutils/Jamfile index 6b1d0c633b..6f544e42b9 100644 --- a/src/bin/coreutils/Jamfile +++ b/src/bin/coreutils/Jamfile @@ -5,6 +5,7 @@ local originalCCFlags = $(CCFLAGS) ; CCFLAGS = [ Filter $(CCFLAGS) : -Wall -Wmissing-prototypes -Wsign-compare ] ; SubInclude OBOS_TOP src bin coreutils lib ; +SubInclude OBOS_TOP src bin coreutils man ; SubInclude OBOS_TOP src bin coreutils src ; # restore CCFLAGS