]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/yolily-toplevel-targets.make
c41b64867c284e091de76103d2d521836042bfb7
[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         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
20         -ln -f $(patch-dir)/$(distname).diff.gz out-www
21         -ln -f $(depth)/$(distname).diff.gz out-www
22         tar cfz $(outdir)/htmldoc.tar.gz  `cat wwwlist` `ls *.gif out-www/$(distname).diff.gz $(ERRORLOG)`  index.html
23
24
25 # if you fix this, please fix yodl too!
26 check-top-web:
27         $(MAKE) -C Documentation/topdocs WWW
28