From f35b607dd60e4567cbd2b4509f3467353b9669f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sun, 15 May 2005 01:44:35 +0000 Subject: [PATCH] docbook files go in objects dir added a doc_files target spaces in directory names don't please path xsltproc syntax git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12667 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamfile | 3 +++ Jamrules | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Jamfile b/Jamfile index f5a2253770..7cdd45b6a1 100644 --- a/Jamfile +++ b/Jamfile @@ -5,6 +5,9 @@ InstallFloppy installfloppy : $(OBOS_FLOPPY) ; NotFile alltests ; Depends alltests : r5tests obostests ; +NotFile doc_files ; +Depends files : doc_files ; + # Pseudo-target to build the mail kit only NotFile MailKit ; Depends MailKit : diff --git a/Jamrules b/Jamrules index af1915aaf1..e9cab68fda 100644 --- a/Jamrules +++ b/Jamrules @@ -2392,7 +2392,7 @@ rule Man2Doc SEARCH on $(source) = $(SEARCH_SOURCE) ; - MakeLocate $(binary) : [ FDirName $(OBOS_DISTRO_TARGET) beos documentation Shell\ Tools ] ; + MakeLocate $(binary) : [ FDirName $(OBOS_OBJECT_TARGET) documentation Shell_Tools ] ; Depends $(binary) : $(source) rman ; @@ -2417,3 +2417,4 @@ rule Man2Docs Man2Doc $(target) : $(source) ; } } +