diff --git a/template/template.xml b/template/template.xml index ea5b3b8531..94f3771d57 100644 --- a/template/template.xml +++ b/template/template.xml @@ -198,7 +198,23 @@ ./configure --prefix=/usr --disable-static && make - + + + If you have installed , you can build + the documentation (or additional formats of the documentation) by issuing: + +make -C doc pdf + + + + + @@ -211,6 +227,23 @@ make To test the results, issue: make check. + + + + If you want to run the tests, first create some needed files: + + +make prepare-tests + + + Then run the tests as the root + user: + + +make tests + Now, as the root user: @@ -218,6 +251,18 @@ make make install + + + + If you have built the optional documentation, install it as the + root user: + + +install -vdm 755 /usr/share/doc/template-&template-version; && +mv doc/* /usr/share/doc/template-&template-version; + Command Explanations