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) ; } } +