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
+3
View File
@@ -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 :
+2 -1
View File
@@ -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) ;
} }
} }