浏览代码

makefile.doc: be silent when cleaning

Andrei Pelinescu-Onciul 15 年之前
父节点
当前提交
ae4cbab87f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docbook/Makefile

+ 1 - 1
docbook/Makefile

@@ -167,7 +167,7 @@ check: $(docs) $(html_docs) $(txt_docs) $(readme_docs)
 
 .PHONY: clean
 clean:
-	-rm -f $(html_files) $(txt_files)
+	-@rm -f $(html_files) $(txt_files)
 
 
 .PHONY: proper realclean distclean maintainer-clean