X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Ftoplevel-targets.make;h=4633f8be1a323352441171d9c5ec8d3c0fe222a6;hb=9458fa215af0294e9c38d62cc3a237a85fe50509;hp=f09f6ac71ee04deeaba9f17c8678b09e88e01efe;hpb=e63ea5ba4dfc0ecf69e0211dc0327503dfc05037;p=lilypond.git diff --git a/stepmake/stepmake/toplevel-targets.make b/stepmake/stepmake/toplevel-targets.make index f09f6ac71e..4633f8be1a 100644 --- a/stepmake/stepmake/toplevel-targets.make +++ b/stepmake/stepmake/toplevel-targets.make @@ -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\ "\ # +