From: g0dil Date: Tue, 8 Apr 2008 09:19:43 +0000 (+0000) Subject: doclib: Fix search.php build command X-Git-Url: http://g0dil.de/git?p=senf.git;a=commitdiff_plain;h=dba5719eaafe1079eddda7cda02df80eb218c087 doclib: Fix search.php build command git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@790 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/doclib/SConscript b/doclib/SConscript index 9cb4bac..3d415b5 100644 --- a/doclib/SConscript +++ b/doclib/SConscript @@ -321,7 +321,7 @@ env.Command('doxy-footer.html', Value(footer), writeTemplate) env.Alias('all_docs', env.Command('search.php', [ Value(search_php), 'html-munge.xsl' ], [ writeTemplate, - 'xsltproc --nonet --html --stringparam topdir .. -o - $SOURCE $TARGET 2>/dev/null' + 'xsltproc --nonet --html --stringparam topdir .. -o - ${SOURCES[1]} $TARGET 2>/dev/null' + "| sed" + r" -e 's/\[\[//g'" + r" -e 's/\$$projectname/Overview/g'"