]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/www-targets.make
* GNUmakefile.in: remove no kpathsea hack.
[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 #ugh, this is (but whole make web/www/WWW is) lilypond specific
13 local-web:
14         $(MAKE) out=www local-WWW
15
16 web:
17         $(MAKE) out=www WWW
18
19 local-WWW-clean:
20         rm -f $(outdir)/*
21
22 local-web-clean:
23         $(MAKE) out=www local-WWW-clean
24
25 web-clean:
26         $(MAKE) out=www WWW-clean
27
28 local-help: www-targets-help
29
30 www-targets-help:
31         @echo -e "\
32   web         update website in out-www\n\
33   web-clean   clean out-www\n\
34 "