mj Sat Apr 17 03:35:20 2004 EDT
Modified files: /phpdoc/howto tools.xml Log: * Adding missing "install" command to the apt-get calls. http://cvs.php.net/diff.php/phpdoc/howto/tools.xml?r1=1.19&r2=1.20&ty=u Index: phpdoc/howto/tools.xml diff -u phpdoc/howto/tools.xml:1.19 phpdoc/howto/tools.xml:1.20 --- phpdoc/howto/tools.xml:1.19 Fri Apr 16 16:20:20 2004 +++ phpdoc/howto/tools.xml Sat Apr 17 03:35:18 2004 @@ -404,9 +404,9 @@ installed, the tools can be set up using the following commands: <informalexample> <programlisting> -apt-get openjade -apt-get libxml -apt-get xsltproc +apt-get install openjade +apt-get install libxml +apt-get install xsltproc </programlisting> </informalexample> </para>