From f0afb8f6ad7eaa2ce894b91c3aaa2539ee1f16f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 21 Feb 2006 14:26:25 +0000 Subject: [PATCH] added a grist on target index.html git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16492 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/DocumentationRules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/jam/DocumentationRules b/build/jam/DocumentationRules index d838e3ff54..2d64db0569 100644 --- a/build/jam/DocumentationRules +++ b/build/jam/DocumentationRules @@ -37,7 +37,7 @@ XSLTPROC ?= xsltproc ; rule Doc2HTML { local source = [ FGristFiles $(1) ] ; - local target = $(2) ; + local target = [ FGristFiles $(2) ] ; local xslsheet = $(3) ; local basedir = [ FDirName $(HAIKU_DOCUMENTATION_DIR) $(4) ] ; local paths = $(5) ;