From ab7fa6de87b74b5877d6a61092e9787ef9dc4aee Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 23 Oct 1999 20:19:15 +0000 Subject: [PATCH] Fixed typo. --- documentation/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/Makefile.in b/documentation/Makefile.in index 3c06ee4127..2f65e986d1 100644 --- a/documentation/Makefile.in +++ b/documentation/Makefile.in @@ -56,8 +56,8 @@ install:: $(INSTALL_DATA) wine.conf.man $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext) uninstall:: - $(RM) $(mandir)/man($prog_manext)/wine.$(prog_manext) - $(RM) $(mandir)/man($conf_manext)/wine.conf.$(conf_manext) + $(RM) $(mandir)/man$(prog_manext)/wine.$(prog_manext) + $(RM) $(mandir)/man$(conf_manext)/wine.conf.$(conf_manext) # Not done by default because of makeinfo bugs install_info: $(INFOFILES) -- 2.32.0.93.g670b81a890