X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fhelp2man-targets.make;h=04dada703c89a8a139840a0555572acb803cf5c5;hb=a61bd357aa25a0bec314736a881550830706d5ae;hp=c5abd4aee3a3bad990728ff1e483c5fcd830e8a1;hpb=7e40e7d91dd2d952aa8f467b284c61d9063c4fae;p=lilypond.git diff --git a/stepmake/stepmake/help2man-targets.make b/stepmake/stepmake/help2man-targets.make index c5abd4aee3..04dada703c 100644 --- a/stepmake/stepmake/help2man-targets.make +++ b/stepmake/stepmake/help2man-targets.make @@ -4,7 +4,7 @@ local-install: install-help2man install-help2man: man -$(INSTALL) -d $(DESTDIR)$(mandir)/man1 - $(foreach a, $(HELP2MAN_GROFFS), \ + $(foreach a, $(HELP2MAN_GROFFS), \ $(INSTALL) -m 644 $(a) $(DESTDIR)$(mandir)/man1 && ) true man: $(HELP2MAN_GROFFS) @@ -13,6 +13,7 @@ local-uninstall: uninstall-help2man uninstall-help2man: $(foreach a, $(notdir $(MANGROFFS)), rm -f $(a) && ) true + -rmdir $(DESTDIR)$(mandir)/man1