]> git.proxmox.com Git - mirror_qemu.git/commitdiff
do not remove docs
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 14 Nov 2004 20:52:54 +0000 (20:52 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 14 Nov 2004 20:52:54 +0000 (20:52 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1148 c046a42c-6fe2-441c-8c8c-71466251a162

Makefile

index d4d8028f3d3178afae229bf287289a3a1c21f680..c9c7e9bc8acbf36cb22f64d03ac0a513b0adc592 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ clean:
         done
 
 distclean: clean
-       rm -f config-host.mak config-host.h $(DOCS)
+       rm -f config-host.mak config-host.h
        for d in $(TARGET_DIRS); do \
        rm -rf $$d || exit 1 ; \
         done