]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/documentation-targets.make
release: 1.3.151
[lilypond.git] / stepmake / stepmake / documentation-targets.make
1
2 default:
3
4 # UGH. 
5 include $(stepdir)/www-targets.make
6
7 local-WWW: $(OUTHTML_FILES) footify
8
9 footify:
10         $(footify) $(sort $(wildcard $(outdir)/*.html out/*.html out-www/*.html))
11
12 deep-footify:
13         $(deep-footify) $(sort $(wildcard $(outdir)/*/*.html))
14
15 # why isn't this in texinfo-targets?
16 INFO_INSTALL_FILES = $(wildcard $(addsuffix *, $(INFO_FILES)))
17
18 # should we call install-info?
19 INFOINSTALL=$(MAKE) INSTALLATION_OUT_DIR=$(infodir) depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_INSTALL_FILES)" -f $(stepdir)/install-out.sub.make
20
21 local-install: install-info
22 local-uninstall: uninstall-info
23
24 install-info: $(INFO_FILES)
25         -$(INSTALL) -d $(infodir)
26         $(INFOINSTALL) local-install
27
28 uninstall-info:
29         $(INFOINSTALL) local-uninstall
30         -rmdir $(infodir)