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,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

View File

@@ -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