svn: /gtk/php-gtk-doc/trunk/scripts/ gen_manual.sh
[email protected] (Mark Skilbeck) Sat, 16 Oct 2010 17:30:27 +0000
| Newsgroups | php.gtk.doc |
|---|---|
| Message-ID | <[email protected]> |
--9a145e6a59faf2854183af71ef77a62e7a77ac8b
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
markskilbeck Sat, 16 Oct 2010 17:30:27 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=304446
Log:
fixing path to test manual file
Changed paths:
U gtk/php-gtk-doc/trunk/scripts/gen_manual.sh
Modified: gtk/php-gtk-doc/trunk/scripts/gen_manual.sh
===================================================================
--- gtk/php-gtk-doc/trunk/scripts/gen_manual.sh 2010-10-16 17:22:22 UTC (rev 304445)
+++ gtk/php-gtk-doc/trunk/scripts/gen_manual.sh 2010-10-16 17:30:27 UTC (rev 304446)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#just for testing!
cd "`dirname "$0"`"
@@ -75,7 +75,7 @@
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
--9a145e6a59faf2854183af71ef77a62e7a77ac8b--