mirror of
https://github.com/php/doc-gtk.git
synced 2026-03-24 00:52:17 +01:00
fixing path to test manual file
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#just for testing!
|
||||
|
||||
cd "`dirname "$0"`"
|
||||
@@ -75,7 +75,7 @@ elif [ $type != "coverage" ]; then
|
||||
rm -R $build_dir/*
|
||||
fi
|
||||
|
||||
xsltproc --param base.dir "'$build_dir/'" --xinclude $xslfile $manualpath
|
||||
xsltproc --param base.dir "'$build_dir/'" --xinclude $xslfile ../manual/en/$manualpath
|
||||
|
||||
#highlight php sources
|
||||
#we need to escape the wildcard, because php doesn't allow enough
|
||||
|
||||
Reference in New Issue
Block a user