Commit 78f3943a authored by Alexandre Julliard's avatar Alexandre Julliard

winedbg: Don't install the man page in a wow64 build.

parent f3831cf2
......@@ -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)
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