summaryrefslogtreecommitdiff
path: root/common/doc
diff options
context:
space:
mode:
authorJean-Philippe NOEL2012-12-12 19:03:11 +0100
committerJean-Philippe NOEL2013-01-02 16:15:08 +0100
commit444dbeb05e6bd19e51a1e090f054769cae84c768 (patch)
tree26b41f29c9a0e06f6ca036469f576ddf8916331c /common/doc
parent4dc5f89bd34b4726afa573585b902b6c4611b77c (diff)
common/doc/template: remove error messages when .depend files are absent, refs #3518
Diffstat (limited to 'common/doc')
-rw-r--r--common/doc/template/doc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/doc/template/doc.mk b/common/doc/template/doc.mk
index f4129f0e4d..a55f9ce7f7 100644
--- a/common/doc/template/doc.mk
+++ b/common/doc/template/doc.mk
@@ -55,4 +55,4 @@ help:
@echo " - html, pdf: generate HTML or PDF document"
@echo " - clean: clean after ourself"
-include $(DOCS:%=%.depend)
+-include $(DOCS:%=%.depend)