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:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-02-23 02:49:15 +0300
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2004-02-23 02:49:15 +0300
commit1fc8b54fe2023410957769d056f4a9356d1184f6 (patch)
tree057dadc1f17352764b8ac3cc84f2e107cba0a5b1 /winsup/doc/Makefile.in
parente9dfbae1652663f9a6eb5c21175df33e1daacd45 (diff)
2004-02-22 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
* Makefile.in: Fix problem links in faq0.html file. * what.texinfo: Remove outdated 'recent' history.
Diffstat (limited to 'winsup/doc/Makefile.in')
-rw-r--r--winsup/doc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index 28c8490e7..e96c9e928 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -111,7 +111,8 @@ faq0.html: $(srcdir)/faq.texinfo $(srcdir)/*.texinfo
-e 's?\([.+a-zA-Z0-9-]*@@[.a-zA-Z0-9-]*[a-zA-Z0-9]\)?<A HREF="mailto:\1">\1</A>?' >./`basename $$i` ; done; \
$(TEXI2HTML) -monolithic ./faq.texinfo; \
rm -f *.texinfo; \
- [ -r faq.html ] && mv faq.html faq0.html; exit 0
+ sed -e 's;faq.html;faq0.html;g' faq.html > faq0.html; \
+ rm -f faq.html; exit 0
faq.html: $(srcdir)/faq.texinfo $(srcdir)/*.texinfo
-rm -f faq_toc.html; \