gimp-help-2 r2597 - in branches/xml2po-support: . tools



Author: ulfehlert
Date: Sun Nov 16 21:20:57 2008
New Revision: 2597
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2597&view=rev

Log:
2008-11-16  Ulf-D. Ehlert  <ulfehlert svn gnome org>

	* tools/migrate.sh: Oops - run "xsltproc" rather than "echo xsltproc"


Modified:
   branches/xml2po-support/ChangeLog
   branches/xml2po-support/tools/migrate.sh

Modified: branches/xml2po-support/tools/migrate.sh
==============================================================================
--- branches/xml2po-support/tools/migrate.sh	(original)
+++ branches/xml2po-support/tools/migrate.sh	Sun Nov 16 21:20:57 2008
@@ -37,7 +37,7 @@
    [ -e stylesheets/authors.xml ]
 then
     echo "Creating src/preface/authors.xml:"
-    echo xsltproc --nonet \
+    xsltproc --nonet \
         --output $srcdir/preface/authors.xml \
         stylesheets/authors_docbook.xsl \
         stylesheets/authors.xml



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]