Install wine.man from current directory.

Remove wine.man on distclean, not on clean.
oldstable
Alexander V. Lukyanov 1999-06-18 16:58:06 +00:00 committed by Alexandre Julliard
parent f1293a46c8
commit 0bc384f0f7
2 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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: