]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.17
authorfred <fred>
Tue, 26 Mar 2002 21:28:05 +0000 (21:28 +0000)
committerfred <fred>
Tue, 26 Mar 2002 21:28:05 +0000 (21:28 +0000)
make/GNUmakefile
stepmake/stepmake/generic-targets.make
stepmake/stepmake/toplevel-targets.make

index 4fb79e0c8edbc54005365a71e95bd588cc6530a1..b4e188d32807824cb609593ec97b25b3e43a5264 100644 (file)
@@ -4,9 +4,5 @@ depth = ..
 STEPMAKE_TEMPLATES=makedir
 BLURBS=BLURB # COPERTINA FLAPTEKST
 
-# ifneq ($(strip $(state-vector)),)
-EXTRA_DIST_FILES = STATE-VECTOR
-# endif
-
 include $(depth)/make/stepmake.make 
 
index 2e9645b6dae8de1dad2bc300d2bdb85cfbb273fb..3ca5d629f1e9b1ae6854d5c9fe9316bbebd69a45 100644 (file)
@@ -84,12 +84,6 @@ doc++:
        (cd $(outdir); sh ../$(step-bindir)/tar-docxx.sh $(package)-$(TOPLEVEL_VERSION).tar.gz)
 
 
-update-state-vector:
-ifneq ($(strip $(state-vector)),)
-       if [ "`tail -1 $(state-vector)`" != "$(TOPLEVEL_VERSION)" ]; then\
-         echo $(TOPLEVEL_VERSION) >> $(state-vector); \
-       fi
-endif
 
 local-dist: $(DIST_FILES) $(OUT_DIST_FILES) $(NON_ESSENTIAL_DIST_FILES)
        mkdir -p $(distdir)/$(localdir)
index 374f10ef2bd139aa43079e864eda24f8548d09d4..b5423aa25de9e1e897c86e6b96df74853ace8384 100644 (file)
@@ -27,7 +27,6 @@ WWW-clean:
        $(MAKE) CONFIGSUFFIX='www' clean
 
 dist:
-       $(MAKE) update-state-vector
        rm -rf $(distdir)
        $(MAKE) local-dist $(distdir)
        chmod -R a+r $(distdir)