mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 12:47:44 +00:00
winedbg: Don't install the man page in a wow64 build.
This commit is contained in:
parent
f3831cf2cb
commit
78f3943ab1
1 changed files with 3 additions and 1 deletions
|
@ -55,8 +55,10 @@ MANPAGES = winedbg.man
|
|||
|
||||
all: $(MANPAGES)
|
||||
|
||||
install install-lib:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
|
||||
install-man-pages:: $(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
|
||||
$(INSTALL_DATA) winedbg.man $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
|
||||
|
||||
@WOW64_DISABLE@ install install-lib:: install-man-pages
|
||||
|
||||
uninstall::
|
||||
$(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/winedbg.$(prog_manext)
|
||||
|
|
Loading…
Reference in a new issue