summaryrefslogtreecommitdiff
path: root/docs/docs/doc-manual.am
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/doc-manual.am')
-rw-r--r--docs/docs/doc-manual.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/doc-manual.am b/docs/docs/doc-manual.am
index a7e64a4..908c926 100644
--- a/docs/docs/doc-manual.am
+++ b/docs/docs/doc-manual.am
@@ -45,7 +45,7 @@ reference/html/%: | manual/html/index.html
manual/html/index.html: $(manual_srcfile)
-$(AM_V_at)rm -f manual/html/*
$(AM_V_at)$(MKDIR_P) manual/html
- $(AM_V_GEN)xsltproc $(xslt_params) -o manual/html/ --catalogs '$(DOCBOOK_STYLESHEET)' $(manual_srcfile)
+ $(AM_V_GEN)xsltproc $(xslt_params) -o manual/html/ --nonet --catalogs '$(DOCBOOK_STYLESHEET)' $(manual_srcfile)
manual/libsigc_manual.dvi: $(manual_srcfile)
$(AM_V_GEN)db2dvi -o manual $(manual_srcfile)