diff --git a/doc/gnome-hackers.sgml b/doc/gnome-hackers.sgml index 2f679647..6edbf6fa 100644 --- a/doc/gnome-hackers.sgml +++ b/doc/gnome-hackers.sgml @@ -154,7 +154,23 @@ Is the default. - + + + + + To disable building of the examples, you can say: + + + + + --without-examples + + + + Disables building of the examples. + + + @@ -259,6 +275,39 @@ This structure represents the machine member of _glibtop. + + GTOP_GUILE_FOUND + + + + Is either yes or no and tells you + whether guile has been found on your system + (or if building the guile interface was disabled). + + + GTOP_WANT_NAMES + + + + Is either yes or no and tells you + whether the sysdeps/names subdirectory was build. + + + GTOP_WANT_GUILE_NAMES + + + + Is either yes or no and tells you + whether the sysdeps/guile/names subdirectory was build. + + + GTOP_WANT_EXAMPLES + + + + Is either yes or no and tells you + whether the examples were build. +