]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/www-targets.make
* Actually merge changes since 1.6.4 besides ChangeLog, and
[lilypond.git] / stepmake / stepmake / www-targets.make
1
2 local-WWW:
3
4 ifneq ($(strip $(depth)),.)
5 WWW: local-WWW
6         $(LOOP)
7
8 WWW-clean: local-WWW-clean
9         $(LOOP)
10 endif
11
12 local-web:
13         $(MAKE) out=www local-WWW
14
15 web:
16         $(MAKE) out=www WWW
17
18 local-WWW-clean:
19         rm -f $(outdir)/*
20
21 local-web-clean:
22         $(MAKE) out=www local-WWW-clean
23
24 web-clean:
25         $(MAKE) out=www WWW-clean
26
27 local-help: www-targets-help
28
29 www-targets-help:
30         @echo -e "\
31   web         update website in out-www\n\
32   web-clean   clean out-www\n\
33 "