]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Mon, 10 Aug 1998 12:02:25 +0000 (12:02 +0000)
committerfred <fred>
Mon, 10 Aug 1998 12:02:25 +0000 (12:02 +0000)
stepmake/make/Targets.make [new file with mode: 0644]

diff --git a/stepmake/make/Targets.make b/stepmake/make/Targets.make
new file mode 100644 (file)
index 0000000..5a6603f
--- /dev/null
@@ -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 $< $@
+