summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Converted to gtk-doc. Patch by Germán Poó-Caamaño <gpoo@ubiobio.cl>.Benoît Dejean2006-12-021-0/+2
| | | | | | | | | | | | | | | | | 2006-12-02 Benoît Dejean <benoit@placenet.org> * Makefile.am: * configure.in: * doc/Makefile.am: * doc/reference/Makefile.am: * doc/reference/libgtop-docs.xml: * doc/reference/libgtop-sections.txt: * doc/reference/version.xml.in: * gtk-doc.make: * sysdeps/common/default.c: Converted to gtk-doc. Patch by Germán Poó-Caamaño <gpoo@ubiobio.cl>.
* remove unused file.James Henstridge2005-12-121-34/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-12 James Henstridge <james@jamesh.id.au> * doc/auto-macros.texi.in: remove unused file. * doc/libgtop2.texi: don't include auto-macros.texi. * doc/Makefile.am: don't build auto-macros.texi, since none of its macros are used in the documentation any more. * include/glibtop/global.h: don't include <config.h> from headers. * .../*.c: make sure <config.h> is the first thing included. * acinclude.m4: m4_include() libgtop-sysdeps.m4 rather than inlining it. * acinclude.m4, libgtop-sysdeps.m4: use third argument to AC_DEFINE() to set the comment. * configure.in: modernise a bit. * acconfig.h: remove file, since it is deprecated * autogen.sh: require automake 1.9 instead of 1.4.
* Removed libgtop_names :)Benoît Dejean2004-12-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * acconfig.h: * configure.in: * debian/libgtop-dev.files.in: * doc/Makefile.am: * examples/Makefile.am: * examples/third.c: * include/glibtop/cpu.h: * include/glibtop/fsusage.h: * include/glibtop/loadavg.h: * include/glibtop/mem.h: * include/glibtop/mountlist.h: * include/glibtop/msg_limits.h: * include/glibtop/netlist.h: * include/glibtop/netload.h: * include/glibtop/ppp.h: * include/glibtop/procargs.h: * include/glibtop/prockernel.h: * include/glibtop/proclist.h: * include/glibtop/procmap.h: * include/glibtop/procmem.h: * include/glibtop/procsegment.h: * include/glibtop/procsignal.h: * include/glibtop/procstate.h: * include/glibtop/proctime.h: * include/glibtop/procuid.h: * include/glibtop/sem_limits.h: * include/glibtop/shm_limits.h: * include/glibtop/swap.h: * include/glibtop/sysdeps.h: * include/glibtop/uptime.h: * po/POTFILES.in: * sysdeps/Makefile.am: * sysdeps/names/.cvsignore: * sysdeps/names/Makefile.am: * sysdeps/names/cpu.c: * sysdeps/names/fsusage.c: * sysdeps/names/loadavg.c: * sysdeps/names/mem.c: * sysdeps/names/mountlist.c: * sysdeps/names/msg_limits.c: * sysdeps/names/netlist.c: * sysdeps/names/netload.c: * sysdeps/names/ppp.c: * sysdeps/names/procargs.c: * sysdeps/names/prockernel.c: * sysdeps/names/proclist.c: * sysdeps/names/procmap.c: * sysdeps/names/procmem.c: * sysdeps/names/procsegment.c: * sysdeps/names/procsignal.c: * sysdeps/names/procstate.c: * sysdeps/names/proctime.c: * sysdeps/names/procuid.c: * sysdeps/names/sem_limits.c: * sysdeps/names/shm_limits.c: * sysdeps/names/swap.c: * sysdeps/names/sysdeps.c: * sysdeps/names/uptime.c: Removed libgtop_names :)
* removed traces of guile, intllibs and libgnomesupportBastien Nocera2003-10-201-5/+0
| | | | | | | | | | | 2003-10-20 Bastien Nocera <hadess@hadess.net> * lib/Makefile.am: * libgtop-config.in: * libgtop.spec.in: * libgtopConf.sh.in: * src/inodedb/Makefile.am: removed traces of guile, intllibs and libgnomesupport
* libgtop-GNOME-2-0-branch moved to HEAD.Carlos Perelló Marín2003-10-191-4/+4
| | | | | | 2003-10-19 Carlos Perelló Marín <carlos@gnome.org> * libgtop-GNOME-2-0-branch moved to HEAD.
* Fix build breakage caused by bad MAKEINFO change.libgtop-MARTIN-HEADDarin Adler2002-01-091-1/+1
| | | | * Makefile.am: Fix build breakage caused by bad MAKEINFO change.
* - fixes for glib-1.3.9Bastien Nocera2001-10-131-1/+1
|
* *** empty log message ***LIBGTOP_1_1_2Martin Baulig1999-10-181-1/+1
|
* Reverted Timur's commit. (MAKEINFO): Add `-I @libgtop_top_builddir@/doc'Martin Baulig1999-09-281-6/+8
| | | | | | | | 1999-09-29 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Reverted Timur's commit. (MAKEINFO): Add `-I @libgtop_top_builddir@/doc' here. This still creates libgtop.info in srcdir, but that's an automake problem.
* Force `auto-macros.texi' to be created in $(srcdir), as, otherwise,Timur Bakeyev1999-06-151-5/+5
| | | | | | | | | Tue Jun 15 15:59:50 1999 Timur Bakeyev <mc@bat.ru> * Makefile.am: Force `auto-macros.texi' to be created in $(srcdir), as, otherwise, makeinfo is unable to find it, if srcdir != builddir. That's a buggy solution, as spoils srcdir, but, as libgtop.info also created in srcdir - this is acceptable. Both SHOULD be fixed!
* New file documenting LibGTop internals. Started to document all libraryMartin Baulig1999-05-281-1/+1
| | | | | | | | 1999-05-28 Martin Baulig <baulig@Stud.Informatik.Uni-Trier.DE> * internals.texi: New file documenting LibGTop internals. * reference.texi: Started to document all library functions and finished the sysdeps and common references.
* *** empty log message ***Martin Baulig1999-05-281-1/+2
|
* Add main.texi to libgtop_TEXINFOS.Martin Baulig1999-05-271-1/+1
|
* TeX doesn't like conditionals with underscores in it - so we need toMartin Baulig1999-05-161-1/+3
| | | | use `LIBGTOP-1-1' here.
* Added title page, table of contents etc.Martin Baulig1999-05-161-1/+1
|
* texi2dvi doesn't like @clear for some reason.Martin Baulig1999-05-161-2/+0
|
* We can't call that file `version.texi' since that's some king of "magic"Martin Baulig1999-05-161-8/+9
| | | | | | | | | | | | name for automake, so I renamed it to `auto-macros.texi'. 1999-05-16 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Create `auto-macros.texi' from `auto-macros.texi.in' which will contain some `@set' commands for the LibGTop version etc. * auto-macros.texi.in: New file. This is a template for `auto-macros.texi' which will be automatically generated.
* Create `version.texi' from `version.texi.in' which will contain someMartin Baulig1999-05-161-1/+38
| | | | | | | | | | 1999-05-16 Martin Baulig <martin@home-of-linux.org> * Makefile.am: Create `version.texi' from `version.texi.in' which will contain some `@set' commands for the LibGTop version etc. * version.texi.in: New file. This is a template for `version.texi' which will be generated from Makefile.am.
* *** empty log message ***Martin Baulig1999-05-091-0/+2
|
* One should ship the documentation of a package together with the tarball,Martin Baulig1999-05-091-0/+2
| | | | | | | 1999-05-09 Martin Baulig <martin@home-of-linux.org> * doc: One should ship the documentation of a package together with the tarball, so I added this back.
* Moved `doc' and `guile' subdirectories into the libgtop-docu module.Martin Baulig1998-12-081-53/+0
|
* New file. We are now using automake here. Removed. Since libgtop-docu nowMartin Baulig1998-10-121-0/+53
1998-10-12 Martin Baulig <martin@home-of-linux.org> * Makefile.am: New file. We are now using automake here. * libgtopConf.sh: Removed. Since libgtop-docu now requires LibGTop to be installed we use the installed version of this file. * Makefile: Removed.