[PATCH docs v2 2/2] Makefile: Remove xelatex build log on clean
OpenBMC Patches
openbmc-patches at stwcx.xyz
Thu May 12 10:40:10 AEST 2016
From: Andrew Jeffery <andrew at aj.id.au>
Previously the log files from xelatex were being left behind. Also, as
xelatex now builds the generated userguide.tex, the arguments to rm can
be matched by the userguide.* wildcard along with *.tex to remove the
remaining pandoc output.
Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c00b79c..261867b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,4 +18,4 @@ userguide/userguide.tex: rest-api.tex host-management.tex console.tex code-updat
pandoc -o $@ $^
clean:
- rm -f *.aux *.tex *.out *.pdf
+ rm -f *.tex userguide.*
--
2.8.1
More information about the openbmc
mailing list