aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.in')
-rw-r--r--doc/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 1753a6e..b8bcd0a 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -264,8 +264,7 @@ docs: $(TARGETS)
%.rtf: %.sgml
src=$(srcdir); \
dir=`(cd $${src}; pwd)`; \
- touch $@; \
- $(DOCBOOK)/db2rtf -o $@ $${dir}/$*.sgml
+ $(DOCBOOK)/db2rtf $${dir}/$*.sgml
%.gif: %.fig
convert -transparency white $< $@ # .fig -> .gif
@@ -281,7 +280,8 @@ docs: $(TARGETS)
%.html: %.sgml
src=$(srcdir); \
dir=`(cd $${src}; pwd)`; \
- $(DOCBOOK)/db2html $${dir}/$*.sgml
+ mkdir html; \
+ $(DOCBOOK)/db2html -o html $${dir}/$*.sgml
# now for some extra dependencies that the automatic rules will not
# catch: