Install wine.man from current directory.
Remove wine.man on distclean, not on clean.
This commit is contained in:
parent
f1293a46c8
commit
0bc384f0f7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue