From dab09ad66b7c84de2d980f7432eaaee950b55b02 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Fri, 22 Mar 2019 10:06:41 +0000 Subject: [PATCH] build: Clean a generated file Signed-off-by: Frediano Ziglio Acked-by: Eduardo Lima (Etrunko) --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index aa4298fd..8fa095de 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -19,4 +19,4 @@ all-local: spice_style.html spice_threading_model.html endif clean-local: - rm -f spice_style.html + rm -f spice_style.html spice_threading_model.html