]> git.donarmstrong.com Git - lilypond.git/commitdiff
Re-add.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 27 Aug 2003 17:11:10 +0000 (17:11 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 27 Aug 2003 17:11:10 +0000 (17:11 +0000)
ChangeLog
Documentation/misc/GNUmakefile [new file with mode: 0644]

index d9fde269656dfd94a799fbfa894dc52d239e4f3a..60970ba1db2c437bbded86ed55d827a23dc89087 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/misc/GNUmakefile: Re-add.
+
 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
 
        * lilypond.words: add \newcontext.
diff --git a/Documentation/misc/GNUmakefile b/Documentation/misc/GNUmakefile
new file mode 100644 (file)
index 0000000..0e65a1b
--- /dev/null
@@ -0,0 +1,27 @@
+depth = ../..
+
+NAME = documentation
+
+STEPMAKE_TEMPLATES=documentation  texinfo
+
+TEXTS = $(wildcard ANNOUNCE-*[0-9]) $(wildcard ChangeLog*[0-9]) $(wildcard NEWS-*[0-9])
+EXTRA_DIST_FILES = $(TEXTS)
+
+include $(depth)/make/stepmake.make 
+
+default: local-doc
+
+#urg default local-WWW target uses footify before its time; 
+# must add footify with txt-to-html target
+OUT_TXT_FILES = $(addprefix $(outdir)/, $(addsuffix .txt, $(TEXTS)))
+##local-WWW: $(OUT_TXT_FILES) $(OUT_HTMLFILES) txt-to-html
+
+copy-for-me:
+       $(foreach a, $(README_TOP_FILES), cp ../$(a) $(outdir)/$(a).txt && ) true
+
+$(outdir)/%.txt: %
+       cp $< $@
+
+txt-to-html:
+       $(PYTHON) $(step-bindir)/text2html.py $(OUT_TXT_FILES)
+       $(footify) $(addprefix $(outdir)/, $(addsuffix .html, $(TEXTS)))