qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [patch] Clean documetation


From: Paul Brook
Subject: [Qemu-devel] [patch] Clean documetation
Date: Sun, 21 Aug 2005 20:58:09 +0100
User-agent: KMail/1.7.2

The qemu Makefiles don't remove the generated documentation files.

The attached patch adds removal of these files to the 'distclean' rule.

Paul

Index: Makefile
===================================================================
RCS file: /cvsroot/qemu/qemu/Makefile,v
retrieving revision 1.90
diff -u -p -r1.90 Makefile
--- Makefile    21 Aug 2005 09:23:39 -0000      1.90
+++ Makefile    21 Aug 2005 19:48:24 -0000
@@ -44,7 +44,7 @@ ifdef CONFIG_KQEMU
 endif
 
 distclean: clean
-       rm -f config-host.mak config-host.h
+       rm -f config-host.mak config-host.h $(DOCS)
        for d in $(TARGET_DIRS); do \
        rm -rf $$d || exit 1 ; \
         done

reply via email to

[Prev in Thread] Current Thread [Next in Thread]