ソースを参照

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
 .PHONY: clean
 clean:
 clean:
-	-rm -f $(html_files) $(txt_files)
+	-@rm -f $(html_files) $(txt_files)
 
 
 
 
 .PHONY: proper realclean distclean maintainer-clean
 .PHONY: proper realclean distclean maintainer-clean