diff options
author | Harald Hoyer <harald@redhat.com> | 2012-10-16 14:51:42 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-10-16 14:51:42 +0200 |
commit | e1cb85802b0c4ef534d349b86426bcac27cab3ba (patch) | |
tree | 779ca3b96d3eebbcb2d15df432642ee08d6ce91e /Makefile | |
parent | cbd60fcaaf4bec48015d9deca365fd67e501d891 (diff) | |
download | dracut-e1cb85802b0c4ef534d349b86426bcac27cab3ba.tar.gz dracut-e1cb85802b0c4ef534d349b86426bcac27cab3ba.tar.bz2 dracut-e1cb85802b0c4ef534d349b86426bcac27cab3ba.zip |
Makefile: cleanup xml files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ clean: $(RM) *~ $(RM) */*~ $(RM) */*/*~ + $(RM) $(manpages:%=%.xml) dracut.xml $(RM) test-*.img $(RM) dracut-*.rpm dracut-*.tar.bz2 $(RM) dracut-install install/dracut-install $(DRACUT_INSTALL_OBJECTS) |