Browse Source

makefile.doc: be silent when cleaning

Andrei Pelinescu-Onciul 15 years ago
parent
commit
ae4cbab87f
1 changed files with 1 additions and 1 deletions
  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