added note about 'doc/gnome-hackers.sgml'.
* NEWS: added note about 'doc/gnome-hackers.sgml'.
This commit is contained in:
26
ChangeLog
26
ChangeLog
@@ -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>
|
||||
|
||||
* NEWS: added more detailed description of
|
||||
|
7
NEWS
7
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
|
||||
===========
|
||||
|
||||
|
@@ -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
|
||||
|
15
doc/Makefile
15
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
|
||||
|
Reference in New Issue
Block a user