summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2016-05-09 15:33:54 +0930
committerAndrew Jeffery <andrew@aj.id.au>2016-05-09 15:33:54 +0930
commitb63933fcc3915c87e3faa09c593dac9006ae13b4 (patch)
tree73d4eab012cc7a887446e9b427b48b4e5391e293 /Makefile
parentbba5b1817e89bd63766e2bb91d406130f027fcaf (diff)
downloadopenbmc-docs-b63933fcc3915c87e3faa09c593dac9006ae13b4.tar.gz
openbmc-docs-b63933fcc3915c87e3faa09c593dac9006ae13b4.zip
Makefile: Remove xelatex build log on clean
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@aj.id.au>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.*
OpenPOWER on IntegriCloud