]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
release: 1.3.61
[lilypond.git] / Documentation / GNUmakefile
index 40b54c886bcbf10c2beb67f487e45f383348d14f..72aeaddca76d010edb642e0e88fcabb4725e7b6c 100644 (file)
@@ -12,15 +12,8 @@ include $(depth)/make/stepmake.make
 
 default: local-doc
 
-local-WWW: copy-for-me txt-to-html $(outdir)/regression-test.ps.gz $(outdir)/regression-test.html footify
+local-WWW: copy-for-me $(outdir)/regression-test.ps.gz $(outdir)/regression-test.html footify
 
 copy-for-me:
-       $(foreach a, $(README_TOP_FILES), cp ../$(a) $(outdir)/$(a).txt && ) true
+       $(foreach a, $(README_TOP_FILES),cp ../$(a) $(outdir)/$(a).txt && ) true
 
-txt-to-html:
-       $(foreach a, $(README_TOP_FILES), \
-               echo "<html><body><xmp>" > $(outdir)/$(a).html;\
-               cat $(outdir)/$(a).txt >> $(outdir)/$(a).html;\
-               echo "</xmp></body></html>" >> $(outdir)/$(a).html\
-       && ) true
-       $(footify) $(addprefix $(outdir)/, $(addsuffix .html, $(README_TOP_FILES)))