From 196aee4032958b1fd14772643dd1a1b58f8300fc Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 10 Aug 1998 12:02:25 +0000 Subject: [PATCH] lilypond-1.0.1 --- stepmake/make/Targets.make | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 stepmake/make/Targets.make diff --git a/stepmake/make/Targets.make b/stepmake/make/Targets.make new file mode 100644 index 0000000000..5a6603fab0 --- /dev/null +++ b/stepmake/make/Targets.make @@ -0,0 +1,26 @@ +# title package specific targets +# file make/Targets.make + +.PHONY : check-dist-deps check-make-deps check-rpm-doc-deps check-html-deps check-www-doc check-rpm-icons + +check-dist-deps: check-make-deps + +check-html-deps: + $(MAKE) -C $(depth)/Documentation html + +check-www-doc: + $(MAKE) CONFIGSUFFIX='www' -C Documentation outdirs + $(MAKE) CONFIGSUFFIX='www' -C Documentation WWW + +# check-rpm-doc-deps: +# $(MAKE) -C $(depth)/Documentation gifs + +check-rpm-icons: + +check-make-deps: + $(MAKE) -C $(depth)/make + +# urg urg +$(configheader): $(depth)/$(configuration).hh + cp $< $@ + -- 2.39.5