From: <smi...@us...> - 2003-11-15 15:26:05
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1:/tmp/cvs-serv13787/docs/documentation Modified Files: documentation.xml Log Message: we don't use PACKAGEDIR anymore Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.49 retrieving revision 1.50 diff -u -d -r1.49 -r1.50 --- documentation.xml 14 Nov 2003 01:43:27 -0000 1.49 +++ documentation.xml 15 Nov 2003 15:26:02 -0000 1.50 @@ -1037,6 +1037,7 @@ <sect2> <title>Variables</title> <para>The following variables are defined within the build environment.</para> + <para>This list is probably outdated, take a look at the file <filename>build/scripts/settings</filename> to get a closer look what's defined.</para> <table> <title>Variables in build environment</title> <tgroup cols="3"> @@ -1074,11 +1075,6 @@ <entry>/data/build/tmp/ISO</entry> </row> <row> - <entry>PACKAGEDIR</entry> - <entry>location of the unpacked packages for Devil-Linux</entry> - <entry>/data/build/tmp/ISO/packages</entry> - </row> - <row> <entry>INITRD</entry> <entry>location of the Initial Ramdisk</entry> <entry>/data/build/tmp/ISO/initrdtree</entry> @@ -1105,7 +1101,7 @@ </row> <row> <entry>DL_DIR</entry> - <entry>root of the build system</entry> + <entry>root of the build system </entry> <entry>/data/build</entry> </row> </tbody> |