From: fred Date: Mon, 10 Aug 1998 12:02:25 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5845 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=196aee4032958b1fd14772643dd1a1b58f8300fc;p=lilypond.git lilypond-1.0.1 --- 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 $< $@ +