*** empty log message ***

This commit is contained in:
Martin Baulig
1998-05-22 23:35:09 +00:00
parent 1e541ba56c
commit cd9d6bbb39
4 changed files with 21 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
1998-05-22 Martin Baulig <martin@home-of-linux.org>
* doc/{libgtop-ref.sgml, libgtop-ref.dsl}: New files.
This is a reference manual that gets automatically
build from make-docbook.scm.
* guile/make-docbook.scm: New file. Uses the guile
interface of libgtop to create docbook documentation
for all functions.
1998-05-21 Martin Baulig <martin@home-of-linux.org>
* Makefile.am: 'gtopConf.sh' has been renamed to

View File

@@ -1,6 +1,7 @@
*.shml
.timestamp
.timestamp2
.timestamp3
dbtohtml-1.shtml
dbtohtml-2.shtml
dbtohtml-3.shtml
@@ -14,6 +15,7 @@ libgtop-3.shtml
libgtop-4.shtml
libgtop-5.shtml
libgtop-INDEX.shtml
libgtop-ref
libgtop.ced
libgtop.fot
libgtop.shtml

View File

@@ -1,4 +1,4 @@
all: .timestamp .timestamp2
all: .timestamp .timestamp2 .timestamp3
.timestamp: libgtop.sgml
rm -rf libgtop
@@ -13,3 +13,10 @@ all: .timestamp .timestamp2
jade -D /usr/lib/sgml/jade_dsl -d gnome-hackers.dsl -t sgml \
-V %no-make-index% gnome-hackers.sgml > /dev/null && \
touch .timestamp2
.timestamp3: libgtop-ref.sgml ../guile/reference.sgml
rm -rf libgtop-ref
mkdir libgtop-ref
jade -D /usr/lib/sgml/jade_dsl -d libgtop-ref.dsl -t sgml \
-V %no-make-index% libgtop-ref.sgml > /dev/null && \
touch .timestamp3

1
guile/.cvsignore Normal file
View File

@@ -0,0 +1 @@
reference.sgml