X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/1aa7ea9d9b0b2542734a6695bc915dbc55cc913e..33bbf104fa236c68236425cc9a7b3c5bc3695feb:/vars.am?ds=sidebyside diff --git a/vars.am b/vars.am index 9870cef..9ce78f9 100644 --- a/vars.am +++ b/vars.am @@ -130,7 +130,7 @@ install-man: $(LIBMANS) $(PROGMANS) install $(PROGMANS) $(top_srcdir)/config/maninst \ -d $(DESTDIR)$(mandir) -s $(srcdir) \ - -i "$(INSTALL)" -e $(manext) \ + -i "$(INSTALL)" -e "$(manext)" \ install $(LIBMANS) .PHONY: install-man @@ -141,7 +141,7 @@ uninstall-man: -d $(DESTDIR)$(mandir) -s $(srcdir) \ uninstall $(PROGMANS) $(top_srcdir)/config/maninst \ - -d $(DESTDIR)$(mandir) -s $(srcdir) -e $(manext) \ + -d $(DESTDIR)$(mandir) -s $(srcdir) -e "$(manext)" \ uninstall $(LIBMANS) .PHONY: uninstall-man