]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/topdocs/GNUmakefile
* lily/lily-guile.cc (parse_symbol_list): Rewrite. Grok multiple
[lilypond.git] / Documentation / topdocs / GNUmakefile
index f9b4aa23e610397b4475b5f323179307c89099d7..747f3993eee2a3ba238b748d5a71832acefc63eb 100644 (file)
@@ -3,8 +3,8 @@ depth = ../..
 
 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 
 
 ifneq ($(out),www)