]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
*** empty log message ***
[lilypond.git] / Documentation / GNUmakefile
index dfc817a311e8a1d56c8f4f82040a34adc46aa1bd..dede467bd2463168913f70de03b4edb0ba3fe645 100644 (file)
@@ -1,10 +1,10 @@
 depth = ..
 
 NAME = documentation
-SUBDIRS=user bibliography pictures topdocs misc windows
+SUBDIRS=user bibliography pictures topdocs 
 STEPMAKE_TEMPLATES=documentation texinfo tex
 LOCALSTEPMAKE_TEMPLATES=lilypond ly
-LILYPOND_BOOK_FLAGS=--extra-options '-e "(set-lily-option (quote internal-type-checking) \#t)"'
+LILYPOND_BOOK_FLAGS=--extra-options '-e "(ly:set-option (quote internal-type-checking) \#t)"'
 README_TOP_FILES=NEWS DEDICATION ChangeLog
 EXTRA_DIST_FILES=
 
@@ -13,7 +13,7 @@ include $(depth)/make/stepmake.make
 default: local-doc
 
 wiki-dump = $(outdir)/wiki-dump/LilyPond.html
-wiki-slurp: $(wiki-dump)
+#wiki-slurp: $(wiki-dump)
 
 $(wiki-dump):
        mkdir -p $(outdir)/wiki-dump
@@ -22,7 +22,13 @@ foe:
        mkdir -p $(outdir)/wiki-dump/images
        ln -f $(builddir)/Documentation/pictures/$(outbase)/lelie-icon.png $(outdir)/wiki-dump/images/wikibase.png
 
-local-WWW: copy-for-me txt-to-html $(PS_GZ_FILES) $(PDF_FILES) wiki-slurp footify
+local-WWW: copy-for-me txt-to-html $(PS_GZ_FILES) $(PDF_FILES) footify
+
+local-WWW-clean: deep-WWW-clean
+
+deep-WWW-clean:
+       rm -rf $(outdir)/wiki-dump
+
 copy-for-me:
        $(foreach a, $(README_TOP_FILES), cp ../$(a) $(outdir)/$(a).txt && ) true