]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/GNUmakefile
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / Documentation / topdocs / GNUmakefile
index 80ab9a654afbbad1f5bec54934742d62f31ddd2a..2659703f4fcebc312def7ece2d7148b32a7a5be7 100644 (file)
@@ -1,22 +1,15 @@
 depth = ../..
 
 
-STEPMAKE_TEMPLATES=documentation tex texinfo
+STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
 LOCALSTEPMAKE_TEMPLATES=lilypond ly
-HTML_FILES=$(addprefix $(outdir)/, $(TEXI_FILES:.texi=.html) $(TELY_FILES:.tely=.html))
+HTML_FILES=$(TEXI_FILES:%.texi=$(outdir)/%.html) $(TELY_FILES:%.tely=$(outdir)/%.html)
+PDF_FILES=$(outdir)/NEWS.pdf
+include $(depth)/make/stepmake.make
 
-#default: local-doc 
+ifneq ($(out),www)
+LILYPOND='true'
+endif
 
-include $(depth)/make/stepmake.make 
-
-copy-to-top:  $(TO_TOP_FILES)
-       $(foreach i, $(TO_TOP_FILES), \
-         cp $(i) $(depth)/ && ) true
-       -cp $(outdir)/*png $(outdir)/index.html $(depth)  # don't fail if not making website
-
-###local-WWW: copy-to-top
-
-local-WWW: $(HTML_FILES) copy-to-top
-# we want footers even if website builds (or is built) partly
-       $(MAKE) footify
+$(outdir)/NEWS.nexi: NEWS.tely