]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add missing ChangeLog file with web marker only.
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 14 Jan 2009 11:24:47 +0000 (12:24 +0100)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 14 Jan 2009 11:24:47 +0000 (12:24 +0100)
.gitignore
GNUmakefile.in

index af5ebb54061e07bfbf74378c2032640ac5e5c9be..63fb92cb71281fd65c65dd1c87da6c21dd75208f 100644 (file)
@@ -72,5 +72,6 @@ out-test
 pats
 tags
 test-output-distance
+ChangeLog
 Documentation/user/lilypond
 input/lsr/lilypond-snippets
index 09fbeb259f9700b4043c4a8da06ba202f54a7b6b..a88ed6c9d6b0f549a4bf61af866a5a924483d848 100644 (file)
@@ -17,7 +17,7 @@ SUBDIRS = python scripts \
 documentation-dir=$(if $(findstring no,$(DOCUMENTATION)),,Documentation)
 
 SCRIPTS = configure autogen.sh smart-autogen.sh smart-configure.sh
-README_FILES = COPYING DEDICATION ROADMAP THANKS HACKING
+README_FILES = COPYING ChangeLog DEDICATION ROADMAP THANKS HACKING
 TOPDOC_FILES = AUTHORS INSTALL README NEWS
 TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES)))
 IN_FILES := $(call src-wildcard,*.in)
@@ -43,7 +43,20 @@ $(outdir)/VERSION: $(config_make) VERSION
        -mkdir -p $(outdir)
        echo $(TOPLEVEL_VERSION) > $@
 
-dist-toplevel-txt-files:
+ChangeLog: $(outdir)/VERSION
+       @echo 'See http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=log;h=refs/tags/release/$(TOPLEVEL_VERSION)-1' > ChangeLog
+
+python-modules:
+       $(MAKE) -C python
+
+do-top-doc: python-modules
+
+local-clean: local-clean-ChangeLog
+
+local-clean-ChangeLog:
+       rm -f ChangeLog
+
+dist-toplevel-txt-files: do-top-doc
        -mkdir -p $(distdir)
        ln $(TOPDOC_TXT_FILES) $(distdir)/
        ln $(top-src-dir)/stepmake/aclocal.m4 $(distdir)/