]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/documentation-targets.make
fc2d648a1f347407ace210535bbb66c28a64ce04
[lilypond.git] / stepmake / stepmake / documentation-targets.make
1
2 default:
3
4 do-doc: $(OUTTXT_FILES) 
5
6
7 local-WWW: $(OUTHTML_FILES)
8         echo $^ > $(depth)/wwwlist
9
10 doc: do-doc
11
12
13 footify:
14         $(footify) $(sort $(wildcard $(outdir)/*.html out/*.html out-www/*.html))
15
16 # what to do here?
17 ifeq (a,b) 
18
19 $(outdir)/$(package).info: $(outdir)/topinfo.texinfo $(OUTTEXINFO_FILES)
20         $(MAKEINFO) --force -o $@ $(outdir)/topinfo.texinfo
21
22
23 INFOINSTALL=$(MAKE) INSTALLATION_OUT_DIR=$(infodir) depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_FILES)" -f $(stepdir)/install-out.sub.make $@
24
25 localinstall: # $(INFO_FILES)
26         -$(INSTALL) -d $(infodir)
27         $(INFOINSTALL)
28 localuninstall:
29         $(INFOINSTALL)
30
31 endif
32