]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/man/Makefile
release: 0.1.63
[lilypond.git] / Documentation / man / Makefile
1
2 depth = ../..
3
4 include $(depth)/make/Include.make
5 include $(depth)/make/Docrules.make
6 SECTION=1
7 MANTXT = $(addprefix $(outdir)/, $(addsuffix $(DOTTEXT),$(basename $(PODFILES) .pod)))
8 MANGROFF = $(addprefix $(outdir)/, $(addsuffix .$(SECTION),$(basename $(PODFILES) .pod)))
9
10 default: $(MANTXT) $(MANGROFF)
11
12
13 INSTALLATION_OUT_FILES=$(MANGROFF)
14 INSTALLATION_OUT_DIR=$(mandir)/man$(SECTION)
15
16 include $(depth)/make/Install_outfiles.make
17
18 local-WWW: $(OUTPODFILES:.pod=.html)
19         ls-latex  --title 'Manual pages for LilyPond' $(PODFILES)  > $(outdir)/index.html