X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2FGNUmakefile;h=f2c693ba22478c33bbc2d485b57dbc11c0e1756e;hb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;hp=72d8b8047a991acbb1532acf09b0d50e0b3847d8;hpb=a41bc3e06fca46daa875419b5dc00dd958e1fde0;p=lilypond.git diff --git a/stepmake/stepmake/GNUmakefile b/stepmake/stepmake/GNUmakefile index 72d8b8047a..f2c693ba22 100644 --- a/stepmake/stepmake/GNUmakefile +++ b/stepmake/stepmake/GNUmakefile @@ -2,7 +2,7 @@ # subdir level: # -depth = .. +depth = ../.. # # descent order into subdirectories: @@ -10,9 +10,16 @@ depth = .. SUBDIRS = # -STEPMAKE_TEMPLATES=makedir - +STEPMAKE_TEMPLATES=makedir install # bootstrap stepmake: # --include $(depth)/make/stepmake.make +-include $(depth)/make/stepmake.make + +ifeq ($(PACKAGE),STEPMAKE) +INSTALLATION_DIR=$(datadir)/stepmake +else +INSTALLATION_DIR=$(dir $(patsubst %/, %, $(dir $(datadir))))$(package)/stepmake/stepmake +endif +INSTALLATION_FILES=GNUmakefile $(MAKE_FILES) +