]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/toplevel-targets.make
* SConstruct: Further development.
[lilypond.git] / stepmake / stepmake / toplevel-targets.make
index f09f6ac71ee04deeaba9f17c8678b09e88e01efe..4633f8be1a323352441171d9c5ec8d3c0fe222a6 100644 (file)
@@ -2,9 +2,8 @@ include $(stepdir)/www-targets.make
 
 local-dist: configure 
 
-# urg!: this gets into every package (ie: yodl)
 local-distclean: 
-       rm -f config.h config.hh config.make Makefile GNUmakefile \
+       rm -f config.hh config.make Makefile GNUmakefile \
                config.cache config.status config.log index.html \
                stepmake/stepmake/stepmake stepmake/stepmake/bin
 
@@ -36,6 +35,12 @@ $(README_TXT_FILES): do-top-doc
 
 local-clean:
 
+install:
+       $(LOOP)
+ifeq ($(strip $(SRCMAKE)),)
+       $(MAKE) final-install
+endif
+
 local-dist: do-top-doc
 
 dist:
@@ -65,15 +70,12 @@ local-help:
   distclean   cleaner than clean (duh)\n\
   doc         update all documentation\n\
   release     roll tarball and generate patch\n\
-  rpm         build rpm (Red Hat) package\n\
   po          make new translation Portable Object database\n\
   po-replace  do po-update and replace catalogs with msgmerged versions\n\
   po-update   update translation Portable Object database\n\
-  web         update website in out-www\n\
-  web-doc     generate documentation website\n\
-  web-clean   clean out-www\n\
 \n\
 Some of these top level targets (diff, dist, release) can be issued\n\
 from anywhere in the source tree.\n\
 "\
 #
+