diff mbox

Clean up after "make pdf"

Message ID 1302676936-15215-1-git-send-email-bradh@frogmouth.net
State New
Headers show

Commit Message

Brad Hards April 13, 2011, 6:42 a.m. UTC
---
 .gitignore |    3 +++
 Makefile   |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

Comments

Brad Hards April 14, 2011, 10:13 a.m. UTC | #1
On Wednesday 13 April 2011 16:42:16 Brad Hards wrote:
> ---
>  .gitignore |    3 +++
>  Makefile   |    5 ++++-
>  2 files changed, 7 insertions(+), 1 deletions(-)
Signed-off-by: Brad Hards <bradh@frogmouth.net>

Sorry about that.

Brad
Stefan Hajnoczi April 14, 2011, 11:02 a.m. UTC | #2
On Wed, Apr 13, 2011 at 04:42:16PM +1000, Brad Hards wrote:
> ---
>  .gitignore |    3 +++
>  Makefile   |    5 ++++-
>  2 files changed, 7 insertions(+), 1 deletions(-)

Merged into the trivial-patches tree.  I will send a pull request to the
qemu.git maintainers:
http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches

Stefan
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 1d79680..08013fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,9 @@  QMP/qmp-commands.txt
 *.ky
 *.log
 *.pdf
+*.cps
+*.fns
+*.kys
 *.pg
 *.pyc
 *.toc
diff --git a/Makefile b/Makefile
index fa93be5..dc39efd 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,10 @@  distclean: clean
 	rm -f config-host.mak config-host.h* config-host.ld $(DOCS) qemu-options.texi qemu-img-cmds.texi qemu-monitor.texi
 	rm -f config-all-devices.mak
 	rm -f roms/seabios/config.mak roms/vgabios/config.mak
-	rm -f qemu-doc.info qemu-doc.aux qemu-doc.cp qemu-doc.dvi qemu-doc.fn qemu-doc.info qemu-doc.ky qemu-doc.log qemu-doc.pdf qemu-doc.pg qemu-doc.toc qemu-doc.tp qemu-doc.vr
+	rm -f qemu-doc.info qemu-doc.aux qemu-doc.cp qemu-doc.cps qemu-doc.dvi
+	rm -f qemu-doc.fn qemu-doc.fns qemu-doc.info qemu-doc.ky qemu-doc.kys
+	rm -f qemu-doc.log qemu-doc.pdf qemu-doc.pg qemu-doc.toc qemu-doc.tp
+	rm -f qemu-doc.vr
 	rm -f qemu-tech.info qemu-tech.aux qemu-tech.cp qemu-tech.dvi qemu-tech.fn qemu-tech.info qemu-tech.ky qemu-tech.log qemu-tech.pdf qemu-tech.pg qemu-tech.toc qemu-tech.tp qemu-tech.vr
 	for d in $(TARGET_DIRS) $(QEMULIBS); do \
 	rm -rf $$d || exit 1 ; \