Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Starks-Browning <starksb@ebi.ac.uk>2000-05-16 19:13:49 +0400
committerDavid Starks-Browning <starksb@ebi.ac.uk>2000-05-16 19:13:49 +0400
commit00d48dd71c44cdac1843a3decdb2e4d0206a06d2 (patch)
tree585538e180b12e0a670c65a9c5f234ac7b5f7459 /winsup/doc/Makefile.in
parent8dc619c3b7812541f9c9212d8073bef427e1ba0a (diff)
fix dependencies for readme.txt
Diffstat (limited to 'winsup/doc/Makefile.in')
-rw-r--r--winsup/doc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index 5b5d9a883..ba46322ad 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -92,7 +92,7 @@ cygwin-api-int.sgml : cygwin-api.in.sgml ./doctool Makefile
%.html: %.texinfo
-$(TEXI2HTML) -I$(srcdir) $<
-readme.txt: readme.texinfo
+readme.txt: $(srcdir)/readme.texinfo $(srcdir)/*.texinfo
-$(MAKEINFO) -I$(srcdir) --no-split --no-headers $< -o - |\
sed '/^Concept Index/,$$d' > $@