]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/generic-targets.make
release: 1.0.17
[lilypond.git] / stepmake / stepmake / generic-targets.make
index cfade84d8924e4b1ed585b90d0895149e233ec48..3ca5d629f1e9b1ae6854d5c9fe9316bbebd69a45 100644 (file)
@@ -3,7 +3,7 @@
 
 .PHONY : all clean config default dist doc doc++  exe help html lib TAGS\
         po
-VPATH=$(outdir)/               #ugh?
+# VPATH=$(outdir)/             #ugh?
 # target all:
 #
 all:    default
@@ -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)
@@ -123,7 +117,7 @@ TAGS:
 $(outdir)/VERSION: $(depth)/VERSION
        cp $< $@
 
-$(outdir)/version.hh: VERSION
+$(outdir)/version.hh: $(outdir)/VERSION
        sh ./$(step-bindir)/make-version.sh $< > $@
 
 # should this be in Rules?
@@ -158,6 +152,8 @@ installextradoc:
 WWW: local-WWW
        $(LOOP)
 
+local-WWW:
+
 include $(stepdir)/package.make
 
 include $(outdir)/dummy.dep $(DEP_FILES)