diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-06-06 10:54:11 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-06-06 10:54:11 +0000 |
commit | 95b5a70a64ff7694eda94be9a0921c56c4482f79 (patch) | |
tree | 37daec9c922812ad06a78d44302527d2178268a6 /stepmake | |
parent | 623532e390c9f701eb2b24adbfba86e74866075b (diff) |
*** empty log message ***
Diffstat (limited to 'stepmake')
-rw-r--r-- | stepmake/stepmake/generic-targets.make | 1 | ||||
-rw-r--r-- | stepmake/stepmake/topdocs-targets.make | 7 | ||||
-rw-r--r-- | stepmake/stepmake/toplevel-targets.make | 2 |
3 files changed, 3 insertions, 7 deletions
diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index ea288ca58c..972d3fd671 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -69,6 +69,7 @@ Note that all commands recurse into subdirectories;\n\ prepend \`local-' to restrict operation to the current directory.\n\ Example: \`local-clean'.\n" +# " local-help: local-dist: $(DIST_FILES) $(OUT_DIST_FILES) $(NON_ESSENTIAL_DIST_FILES) diff --git a/stepmake/stepmake/topdocs-targets.make b/stepmake/stepmake/topdocs-targets.make index bfe076893f..ef2115d79f 100644 --- a/stepmake/stepmake/topdocs-targets.make +++ b/stepmake/stepmake/topdocs-targets.make @@ -1,9 +1,4 @@ default: local-doc -copy-to-top: $(TO_TOP_FILES) - $(foreach i, $(TO_TOP_FILES), \ - cp $(i) $(top-build-dir) && ) true - -local-WWW: $(HTML_FILES) $(PDF_FILES) copy-to-top - +local-WWW: $(HTML_FILES) $(PDF_FILES) $(TO_TOP_FILES) diff --git a/stepmake/stepmake/toplevel-targets.make b/stepmake/stepmake/toplevel-targets.make index 9ba29c2636..9554110245 100644 --- a/stepmake/stepmake/toplevel-targets.make +++ b/stepmake/stepmake/toplevel-targets.make @@ -29,7 +29,7 @@ $(package-icon): do-top-doc: - -$(MAKE) -C Documentation/topdocs/ README_TOP_FILES="$(README_TXT_FILES)" copy-to-top + -$(MAKE) -C Documentation/topdocs/ README_TOP_FILES="$(README_TXT_FILES)" $(README_TXT_FILES): do-top-doc |