add section about myplc-devel
[myplc.git] / doc / plc_devel_variables.xml
diff --git a/doc/plc_devel_variables.xml b/doc/plc_devel_variables.xml
new file mode 100644 (file)
index 0000000..263aa3c
--- /dev/null
@@ -0,0 +1,58 @@
+<variablelist>
+  <varlistentry>
+    <term>PLC_DEVEL_FEDORA_RELEASE</term>
+    <listitem>
+      <para>
+                 Type: string</para>
+      <para>
+                 Default: 4</para>
+      <para>Version number of Fedora Core upon which to
+         base the build environment. Warning: Currently, only Fedora
+         Core 4 is supported.</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>PLC_DEVEL_FEDORA_ARCH</term>
+    <listitem>
+      <para>
+                 Type: string</para>
+      <para>
+                 Default: i386</para>
+      <para>Base architecture of the build
+         environment. Warning: Currently, only i386 is
+         supported.</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>PLC_DEVEL_FEDORA_URL</term>
+    <listitem>
+      <para>
+                 Type: string</para>
+      <para>
+                 Default: file:///usr/share/mirrors/fedora</para>
+      <para>Fedora Core mirror from which to install
+         filesystems.</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>PLC_DEVEL_CVSROOT</term>
+    <listitem>
+      <para>
+                 Type: string</para>
+      <para>
+                 Default: /cvs</para>
+      <para>CVSROOT to use when checking out code.</para>
+    </listitem>
+  </varlistentry>
+  <varlistentry>
+    <term>PLC_DEVEL_BOOTSTRAP</term>
+    <listitem>
+      <para>
+                 Type: boolean</para>
+      <para>
+                 Default: false</para>
+      <para>Controls whether MyPLC should be built inside
+         of its own development environment.</para>
+    </listitem>
+  </varlistentry>
+</variablelist>