lilypond-1.3.138
[lilypond.git] / make / Manual.make
blob2914e591598d0c67b683c711f42dcd3fc3528734
1 MANFILES = lilypond convert-mudela mi2mu mudela-book
2 MANGROFF = $(addprefix $(outdir)/, $(addsuffix .$(SECTION)))
6 localinstall: $(MANGROFFS)
7 $(INSTALL) -d $(mandir)/man$(SECTION)
8 $(INSTALL) -m 644 $(MANGROFFS) $(mandir)/man$(SECTION)
11 localuninstall:
12 (cd $(mandir)/man$(SECTION)/; rm -f $(MANGROFF))