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
This commit is contained in:
@@ -5,6 +5,9 @@ InstallFloppy installfloppy : $(OBOS_FLOPPY) ;
|
|||||||
NotFile alltests ;
|
NotFile alltests ;
|
||||||
Depends alltests : r5tests obostests ;
|
Depends alltests : r5tests obostests ;
|
||||||
|
|
||||||
|
NotFile doc_files ;
|
||||||
|
Depends files : doc_files ;
|
||||||
|
|
||||||
# Pseudo-target to build the mail kit only
|
# Pseudo-target to build the mail kit only
|
||||||
NotFile MailKit ;
|
NotFile MailKit ;
|
||||||
Depends MailKit :
|
Depends MailKit :
|
||||||
|
|||||||
@@ -2392,7 +2392,7 @@ rule Man2Doc
|
|||||||
|
|
||||||
SEARCH on $(source) = $(SEARCH_SOURCE) ;
|
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 ;
|
Depends $(binary) : $(source) rman ;
|
||||||
|
|
||||||
@@ -2417,3 +2417,4 @@ rule Man2Docs
|
|||||||
Man2Doc $(target) : $(source) ;
|
Man2Doc $(target) : $(source) ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user