added note about 'doc/gnome-hackers.sgml'.

* NEWS: added note about 'doc/gnome-hackers.sgml'.
This commit is contained in:
Martin Baulig
1998-05-21 17:51:18 +00:00
parent 8425bb7c04
commit 50e59e9a85
4 changed files with 49 additions and 3 deletions

View File

@@ -1,3 +1,29 @@
1998-05-21 Martin Baulig <martin@home-of-linux.org>
* 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 <baulig@merkur.uni-trier.de> 1998-05-20 Martin Baulig <baulig@merkur.uni-trier.de>
* NEWS: added more detailed description of * NEWS: added more detailed description of

7
NEWS
View File

@@ -1,5 +1,12 @@
$Id$ $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 May/20/1998
=========== ===========

View File

@@ -1,9 +1,13 @@
*.shml *.shml
.timestamp .timestamp
.timestamp2
dbtohtml-1.shtml dbtohtml-1.shtml
dbtohtml-2.shtml dbtohtml-2.shtml
dbtohtml-3.shtml dbtohtml-3.shtml
dbtohtml.shtml dbtohtml.shtml
gnome-hackers
gnome-hackers.ced
libgtop
libgtop-1.shtml libgtop-1.shtml
libgtop-2.shtml libgtop-2.shtml
libgtop-3.shtml libgtop-3.shtml

View File

@@ -1,6 +1,15 @@
all: .timestamp all: .timestamp .timestamp2
.timestamp: libgtop.sgml .timestamp: libgtop.sgml
rm -rf libgtop
mkdir libgtop
jade -D /usr/lib/sgml/jade_dsl -d libgtop.dsl -t sgml \ jade -D /usr/lib/sgml/jade_dsl -d libgtop.dsl -t sgml \
-V %no-make-index% libgtop.sgml > /dev/null -V %no-make-index% libgtop.sgml > /dev/null && \
touch .timestamp 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