Commit 0bc384f0 authored by Alexander V. Lukyanov's avatar Alexander V. Lukyanov Committed by Alexandre Julliard

Install wine.man from current directory.

Remove wine.man on distclean, not on clean.
parent f1293a46
......@@ -242,7 +242,7 @@ clean::
$(RM) wine wine.sym libwine.a libwine.so.1.0 libwine.so TAGS .#*
distclean: clean
$(RM) config.* Make.rules include/config.h
$(RM) config.* Make.rules include/config.h documentation/wine.man
$(RM) `find . \( -name Makefile -o -size 0 \) -print`
# We depend on configure above for checks, so we better don't use this rule.
......
......@@ -51,7 +51,7 @@ $(INCLUDES):
install::
[ -d $(mandir) ] || mkdir -p $(mandir)
$(INSTALL_DATA) $(SRCDIR)/wine.man $(mandir)/wine$(manext)
$(INSTALL_DATA) wine.man $(mandir)/wine$(manext)
uninstall::
$(RM) $(mandir)/wine$(manext)
......@@ -68,7 +68,7 @@ clean::
$(RM) $(INFOFILES) $(DVIFILES) $(INCLUDES)
$(RM) wine.aux wine.cp wine.cps wine.fn wine.fns wine.ky wine.log \
wine.pg wine.toc wine.tp wine.tps wine.vr wine.vrs \
wine.texi wine.man
wine.texi
$(RM) -r man3w
### Dependencies:
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