summaryrefslogtreecommitdiff
path: root/stepmake
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2006-06-06 11:37:13 +0000
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2006-06-06 11:37:13 +0000
commiteab604dd43e0ab4ddfa574014ffad9001e5b1252 (patch)
treea6cf67923cc2e4de0b22b074550a05d150a8972e /stepmake
parentfb6222b9d35feba7df3a20b99121f10591d6e8f1 (diff)
* stepmake/stepmake/topdocs-targets.make (make-txt-files): define
make-txt-files target. * stepmake/stepmake/toplevel-targets.make (do-top-doc): use make-txt-files target. * configure.in (LINK_GXX_STATICALLY): $srcdir for readlink.py
Diffstat (limited to 'stepmake')
-rw-r--r--stepmake/stepmake/topdocs-targets.make2
-rw-r--r--stepmake/stepmake/toplevel-targets.make2
2 files changed, 3 insertions, 1 deletions
diff --git a/stepmake/stepmake/topdocs-targets.make b/stepmake/stepmake/topdocs-targets.make
index ef2115d79f..0300803f84 100644
--- a/stepmake/stepmake/topdocs-targets.make
+++ b/stepmake/stepmake/topdocs-targets.make
@@ -2,3 +2,5 @@
default: local-doc
local-WWW: $(HTML_FILES) $(PDF_FILES) $(TO_TOP_FILES)
+
+make-txt-files: $(addprefix $(outdir)/,$(addsuffix .txt,$(TO_TOP_FILES)))
diff --git a/stepmake/stepmake/toplevel-targets.make b/stepmake/stepmake/toplevel-targets.make
index 9554110245..5d404ec682 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)"
+ -$(MAKE) -C Documentation/topdocs/ TO_TOP_FILES="$(TOPDOC_FILES)" make-txt-files
$(README_TXT_FILES): do-top-doc