Commit 352c04c6 authored by Alexandre Julliard's avatar Alexandre Julliard

Remove wine.conf.man on distclean

parent 44379e8a
...@@ -267,7 +267,7 @@ clean:: ...@@ -267,7 +267,7 @@ clean::
$(RM) wine wine.sym libwine.a libwine.so.1.0 libwine.so TAGS .#* $(RM) wine wine.sym libwine.a libwine.so.1.0 libwine.so TAGS .#*
distclean: clean distclean: clean
$(RM) config.* Make.rules include/config.h documentation/wine.man $(RM) config.* Make.rules include/config.h documentation/wine.man documentation/wine.conf.man
$(RM) `find . \( -name Makefile -o -size 0 \) -print` $(RM) `find . \( -name Makefile -o -size 0 \) -print`
# We depend on configure above for checks, so we better don't use this rule. # We depend on configure above for checks, so we better don't use this rule.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment