]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/yolily-toplevel-targets.make
release: 1.3.0
[lilypond.git] / stepmake / stepmake / yolily-toplevel-targets.make
1 # -*-Makefile-*-
2 # title    Yolily_Toplevel_targets.make
3
4 local-dist: do-top-doc
5
6 $(package-icon):
7         $(MAKE) -C Documentation/pictures icon
8
9 do-top-doc:
10         -$(MAKE) -C Documentation/topdocs/ README_TOP_FILES="$(README_TXT_FILES)" copy-to-top
11
12 $(README_TXT_FILES): do-top-doc
13
14
15 htmldoc: 
16         $(MAKE) CONFIGSUFFIX='www' local-WWW
17         $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW
18         rm -f `find . -name \*.html~ -print`
19         $(footify-all-command)
20         find `find Documentation -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' > wwwlist
21         tar cfz $(outdir)/htmldoc.tar.gz  `cat wwwlist` `ls *.png $(ERRORLOG)`  index.html
22
23 localclean:
24         rm -f wwwlist
25
26 # if you fix this, please fix yodl too!
27 check-top-web:
28         $(MAKE) -C Documentation/topdocs WWW
29