]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/help2man-targets.make
* lily/general-scheme.cc: Compile fixes: include wchar.h, string.h.
[lilypond.git] / stepmake / stepmake / help2man-targets.make
index c5abd4aee3a3bad990728ff1e483c5fcd830e8a1..04dada703c89a8a139840a0555572acb803cf5c5 100644 (file)
@@ -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