From 50e59e9a85df342d6551d8f86c44fa763db0c3a9 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 21 May 1998 17:51:18 +0000 Subject: [PATCH] added note about 'doc/gnome-hackers.sgml'. * NEWS: added note about 'doc/gnome-hackers.sgml'. --- ChangeLog | 26 ++++++++++++++++++++++++++ NEWS | 7 +++++++ doc/.cvsignore | 4 ++++ doc/Makefile | 15 ++++++++++++--- 4 files changed, 49 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f0326d7b..e696714e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +1998-05-21 Martin Baulig + + * doc/gnome-hackers.sgml: new file - short intro on how + to use libgtop in the gnome project; especially 'configure' + and 'gtopConf.sh'. + + * doc/gnome-hackers.dsl: new file - sets output filename + and directory for 'gnome-hackers.sgml'. + + * doc/libgtop.dsl: most stuff from this file has moved + to 'dbtohtml.dsl', it now only overrides the output + filename and directory. + + * doc/dbtohtml.dsl: new file - contains most that was + formerly in 'libgtop.dsl'. + + * configure.in: 'GTOP_INCS' and 'GTOP_LIBS' now really + point to the places where everything gets installed and + no longer to the build directory, so that they can be + used in 'gtopConf.sh'. + + * acinclude.m4 (AC_LC_SYSDEPS): added 'machine_incs' + which is used in 'INCLUDES' in several 'Makefile.am's; + fixed typo 'ac_cv_want_names'; added missing AC_SUBST + of 'use_glibtop_machine_h'. + 1998-05-20 Martin Baulig * NEWS: added more detailed description of diff --git a/NEWS b/NEWS index 28f6bcdb..3bb066b6 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ $Id$ +May/21/1998 +=========== + +* doc/gnome-hackers.sgml: This is a short intro on how to use libgtop + in the GNOME project. It covers especially the use of its 'configure' + script and the automatically generated 'gtopConf.sh'. + May/20/1998 =========== diff --git a/doc/.cvsignore b/doc/.cvsignore index 9af57b1c..c0f3bd58 100644 --- a/doc/.cvsignore +++ b/doc/.cvsignore @@ -1,9 +1,13 @@ *.shml .timestamp +.timestamp2 dbtohtml-1.shtml dbtohtml-2.shtml dbtohtml-3.shtml dbtohtml.shtml +gnome-hackers +gnome-hackers.ced +libgtop libgtop-1.shtml libgtop-2.shtml libgtop-3.shtml diff --git a/doc/Makefile b/doc/Makefile index 92f4f866..fa30b74a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,15 @@ -all: .timestamp +all: .timestamp .timestamp2 .timestamp: libgtop.sgml + rm -rf libgtop + mkdir libgtop jade -D /usr/lib/sgml/jade_dsl -d libgtop.dsl -t sgml \ - -V %no-make-index% libgtop.sgml > /dev/null - touch .timestamp + -V %no-make-index% libgtop.sgml > /dev/null && \ + touch .timestamp + +.timestamp2: gnome-hackers.sgml + rm -rf gnome-hackers + mkdir gnome-hackers + jade -D /usr/lib/sgml/jade_dsl -d gnome-hackers.dsl -t sgml \ + -V %no-make-index% gnome-hackers.sgml > /dev/null && \ + touch .timestamp2