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:
Jérôme Duval
2005-05-15 01:44:35 +00:00
parent c7bc803f52
commit f35b607dd6
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -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) ;
}
}