doclib: Fix search.php build command
g0dil [Tue, 8 Apr 2008 09:19:43 +0000 (09:19 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@790 270642c3-0616-0410-b53a-bc976706d245

doclib/SConscript

index 9cb4bac..3d415b5 100644 (file)
@@ -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' -e 's/\]\]/?>/g'"
                             +   r" -e 's/\$$projectname/Overview/g'"