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