diff options
| author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2012-11-06 11:24:05 +0000 |
|---|---|---|
| committer | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-11-06 11:59:52 +0000 |
| commit | 6e89ce440487aee7302ddf82ff32c16d6010af25 (patch) | |
| tree | 407d4824de2cacd9d5684655c61d4d25089b4472 /docs/reference/node-startup-controller | |
| parent | 4f4c2c1924c480459ccf75316bee23073b6339d3 (diff) | |
| download | node-startup-controller-6e89ce440487aee7302ddf82ff32c16d6010af25.tar.gz | |
Add autogen script
This commit simplifies the build process by adding an autogen script
to handle the creation of an m4 directory and execution of gtkdocize
and autoreconf.
Documentation on building has been updated accordingly.
Signed-off-by: Jonathan Maw <jonathan.maw@codethink.co.uk>
Signed-off-by: Jannis Pohlmann <jannis.pohlmann@codethink.co.uk>
Diffstat (limited to 'docs/reference/node-startup-controller')
| -rw-r--r-- | docs/reference/node-startup-controller/building.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/node-startup-controller/building.xml b/docs/reference/node-startup-controller/building.xml index 0c70470..3b4b08c 100644 --- a/docs/reference/node-startup-controller/building.xml +++ b/docs/reference/node-startup-controller/building.xml @@ -64,7 +64,7 @@ final build scripts (<literal>configure</literal> and <literal>Makefile</literal> files) from the templates shipped along with the source code: - <programlisting>(test -d m4 || mkdir m4) && gtkdocize && autoreconf -ivf</programlisting> + <programlisting>./autogen.sh</programlisting> </para> </formalpara> </listitem> |
