From 9c69fb428ac80eecb3fff886262c61ffc5e3b235 Mon Sep 17 00:00:00 2001 From: Jean-Philippe NOEL Date: Wed, 12 Dec 2012 19:10:39 +0100 Subject: common/doc/template: complete the display of the generation of the .depend files, refs #3518 --- common/doc/template/doc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/doc/template/doc.mk b/common/doc/template/doc.mk index a55f9ce7f7..5aa41299af 100644 --- a/common/doc/template/doc.mk +++ b/common/doc/template/doc.mk @@ -37,7 +37,7 @@ glossary.rst: $(DOCS:%=%.rst) $(GLOSSARIES) $(DOCS:%=%.rst) -t Glossary > $@ %.depend: %.rst - @echo -n "$*.pdf $*.html: " > $@ + echo -n "$*.pdf $*.html: " > $@ awk '/^.. include:: /{printf "%s ", $$3}' $< | \ sed 's/$(HEADERS) //g' | sed 's/$(GEN_HEADERS) //g' >> $@ -- cgit v1.2.3