diff --git a/.cvsignore b/.cvsignore index 1e0ac471..abed9664 100644 --- a/.cvsignore +++ b/.cvsignore @@ -15,6 +15,7 @@ i686-pc-linux-gnu intl libgtop-0.01.tar.gz libgtop-mirror.sh.swp +libgtopConf.sh libtool ltconfig ltmain.sh diff --git a/doc/gnome-hackers.sgml b/doc/gnome-hackers.sgml index a6f16855..7f81e2d9 100644 --- a/doc/gnome-hackers.sgml +++ b/doc/gnome-hackers.sgml @@ -68,6 +68,20 @@ Autoconf macros + + <filename>macros/gnome-libgtop-check.m4</filename> + + + Contains all that you need to include libgtop in any Gnome application. It defines + GNOME_INIT_LIBGTOP which you can use in the same way like + GNOME_INIT to check whether libgtop is installed and to read + its libgtopConf.sh script. It automatically invokes + GNOME_LIBGTOP_SYSDEPS. + + + When libgtop can be found, it defines HAVE_LIBGTOP. There's + also an automake conditional HAVE_LIBGTOP which you can use. + <filename>macros/gnome-libgtop-sysdeps.m4</filename> @@ -120,13 +134,6 @@ - - <filename>macros/gnome-libgtop-check.m4</filename> - - - Checks whether libgtop can be found and includes everything - from its libgtopConf.sh configuration script. -