]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/documentation-targets.make
release: 1.3.136
[lilypond.git] / stepmake / stepmake / documentation-targets.make
index 478bffd71d8d69642e6b7e8f7ed57362b7ba6f78..7084ab5b69ce5947420c113113a9167988d876c6 100644 (file)
@@ -17,13 +17,13 @@ INFO_INSTALL_FILES = $(wildcard $(addsuffix *, $(INFO_FILES)))
 
 INFOINSTALL=$(MAKE) INSTALLATION_OUT_DIR=$(infodir) depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_INSTALL_FILES)" -f $(stepdir)/install-out.sub.make
 
-localinstall: install-info
-localuninstall: uninstall-info
+local-install: install-info
+local-uninstall: uninstall-info
 
 install-info: $(INFO_FILES)
        -$(INSTALL) -d $(infodir)
-       $(INFOINSTALL) localinstall
+       $(INFOINSTALL) local-install
 
 uninstall-info:
-       $(INFOINSTALL) localuninstall
-       -rmdir $(infodir)
\ No newline at end of file
+       $(INFOINSTALL) local-uninstall
+       -rmdir $(infodir)