]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/man/Makefile
release: 0.1.60
[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 MANGROFF = $(addprefix $(outdir)/, $(addsuffix .$(SECTION),$(basename $(PODFILES) .pod)))
8
9 default: $(MANGROFF)
10
11
12 INSTALLATION_OUT_FILES=$(MANGROFF)
13 INSTALLATION_DIR=$(mandir)/man$(SECTION)
14
15 include $(depth)/make/Install_outfiles.make
16
17 WWW: $(OUTPODFILES:.pod=.html)