summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 83f8d152..0a5d6145 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -21,9 +21,9 @@ DOCBOOK=http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
all: docs
docs: instguide adminguide manpages
- mkdir -p $(HTMLPREFIX)/images
- cp html/images/*.png $(HTMLPREFIX)/images/.
- cp html/*.css $(HTMLPREFIX)/.
+ @mkdir -p $(HTMLPREFIX)/images
+ @cp html/images/*.png $(HTMLPREFIX)/images/.
+ @cp html/*.css $(HTMLPREFIX)/.
adminguide: $(HTMLPREFIX)/adminguide/index.html