From c78985abf5f4af379b780fd4bf81b630b510a32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 8 Apr 2008 15:18:19 +0000 Subject: [PATCH] Replace spaces with tabs. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24865 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/DocumentationRules | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/build/jam/DocumentationRules b/build/jam/DocumentationRules index bd828221ef..08dc89b0ce 100644 --- a/build/jam/DocumentationRules +++ b/build/jam/DocumentationRules @@ -8,28 +8,28 @@ rule Man2Doc MakeLocate $(binary) : [ FDirName $(HAIKU_DOCUMENTATION_OBJECT_DIR) Shell_Tools ] ; - Depends $(binary) : $(source) rman ; + Depends $(binary) : $(source) rman ; LocalDepends doc_files : $(binary) ; - Man2Doc1 $(binary) : rman $(source) ; - LocalClean clean : $(binary) ; + Man2Doc1 $(binary) : rman $(source) ; + LocalClean clean : $(binary) ; } actions Man2Doc1 { - $(2[1]) -f XML "$(2[2])" > "$(1)" ; + $(2[1]) -f XML "$(2[2])" > "$(1)" ; } rule Man2Docs { - # Man2Docs ; - local source ; - for source in [ FGristFiles $(1) ] - { - local target = $(source:S=.xml) ; + # Man2Docs ; + local source ; + for source in [ FGristFiles $(1) ] + { + local target = $(source:S=.xml) ; - Man2Doc $(target) : $(source) ; - } + Man2Doc $(target) : $(source) ; + } } rule Doc2HTML