Просмотр исходного кода

makefile.doc: be silent when cleaning

Andrei Pelinescu-Onciul 15 лет назад
Родитель
Сommit
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