Remove wine.conf.man on distclean

This commit is contained in:
Alexandre Julliard 1999-08-01 12:10:24 +00:00
parent 44379e8a43
commit 352c04c6a9
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ clean::
$(RM) wine wine.sym libwine.a libwine.so.1.0 libwine.so TAGS .#*
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`
# We depend on configure above for checks, so we better don't use this rule.