]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/help2man-targets.make
release: 1.3.136
[lilypond.git] / stepmake / stepmake / help2man-targets.make
index 02c49f258461b8426981bf6100ad8274ae9329b2..a425c7eeee90a385809815cae40a8d49104efd27 100644 (file)
@@ -1,5 +1,6 @@
+default: man
 
-localinstall: install-help2man
+local-install: install-help2man
 
 install-help2man: man
        -$(INSTALL) -d $(mandir)/man1
@@ -8,7 +9,7 @@ install-help2man: man
 
 man: $(HELP2MAN_GROFFS)
 
-localuninstall: uninstall-help2man
+local-uninstall: uninstall-help2man
 
 uninstall-help2man:
        $(foreach a, $(notdir $(MANGROFFS)), rm -f $(a) && ) true