*** empty log message ***
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
1
guile/.cvsignore
Normal file
@@ -0,0 +1 @@
|
||||
reference.sgml
|
||||
Reference in New Issue
Block a user