]> 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 f9b4aa23e610397b4475b5f323179307c89099d7..2659703f4fcebc312def7ece2d7148b32a7a5be7 100644 (file)
@@ -3,12 +3,13 @@ depth = ../..
 
 STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
 LOCALSTEPMAKE_TEMPLATES=lilypond ly
-HTML_FILES=$(addprefix $(outdir)/, $(TEXI_FILES:.texi=.html) $(TELY_FILES:.tely=.html))
-
-include $(depth)/make/stepmake.make 
+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)
 LILYPOND='true'
 endif
 
 $(outdir)/NEWS.nexi: NEWS.tely
+