]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/documentation-targets.make
release: 1.2.7
[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 # what to do here?
14 ifeq (a,b) 
15
16 $(outdir)/$(package).info: $(outdir)/topinfo.texinfo $(OUTTEXINFO_FILES)
17         $(MAKEINFO) --force -o $@ $(outdir)/topinfo.texinfo
18
19
20 INFOINSTALL=$(MAKE) INSTALLATION_OUT_DIR=$(infodir) depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_FILES)" -f $(stepdir)/install-out.sub.make $@
21
22 localinstall: # $(INFO_FILES)
23         -$(INSTALL) -d $(infodir)
24         $(INFOINSTALL)
25 localuninstall:
26         $(INFOINSTALL)
27
28 endif
29