X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/5b2eac521b6d3e4ea7fddc56c4a344151735b722..820836b589b97ddfb21489aa736300721e5049bb:/vars.am 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