All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Clean up after "make pdf"
@ 2011-04-13  6:42 Brad Hards
  2011-04-14 10:13 ` Brad Hards
  2011-04-14 11:02 ` Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Brad Hards @ 2011-04-13  6:42 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Brad Hards

---
 .gitignore |    3 +++
 Makefile   |    5 ++++-
 2 files changed, 7 insertions(+), 1 deletions(-)

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 ; \
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] Clean up after "make pdf"
  2011-04-13  6:42 [Qemu-devel] [PATCH] Clean up after "make pdf" Brad Hards
@ 2011-04-14 10:13 ` Brad Hards
  2011-04-14 11:02 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Brad Hards @ 2011-04-14 10:13 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PATCH] Clean up after "make pdf"
  2011-04-13  6:42 [Qemu-devel] [PATCH] Clean up after "make pdf" Brad Hards
  2011-04-14 10:13 ` Brad Hards
@ 2011-04-14 11:02 ` Stefan Hajnoczi
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2011-04-14 11:02 UTC (permalink / raw)
  To: Brad Hards; +Cc: qemu-trivial, qemu-devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-14 11:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-13  6:42 [Qemu-devel] [PATCH] Clean up after "make pdf" Brad Hards
2011-04-14 10:13 ` Brad Hards
2011-04-14 11:02 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.