aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/Makefile.in
diff options
context:
space:
mode:
authorJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-08-27 01:32:36 +0000
committerJoshua Daniel Franklin <joshuadfranklin@yahoo.com>2005-08-27 01:32:36 +0000
commit7a582da59905eeab32366cc741e51b1da567fa7a (patch)
treed57ee716a4dcf4265f8cb7cbeac076d744f91021 /winsup/doc/Makefile.in
parent63958f00d30431dbfce94ec07b27a3722e715549 (diff)
downloadnewlib-7a582da59905eeab32366cc741e51b1da567fa7a.zip
newlib-7a582da59905eeab32366cc741e51b1da567fa7a.tar.gz
newlib-7a582da59905eeab32366cc741e51b1da567fa7a.tar.bz2
2005-08-26 Joshua Daniel Franklin <joshuadfranklin@yahoo.com>
* Makefile.in: Remove extra anchor to make NN4 happy. * faq.xml: Link to cygwin.com/license.html * faq-resources.xml: Link instead of duplicating info. * faq-using.xml: Split out services and network shares FAQ. * faq-what.xml: Link to cygwin.com/license.html
Diffstat (limited to 'winsup/doc/Makefile.in')
-rw-r--r--winsup/doc/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index 5313ed9..4ecc82a 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -68,9 +68,11 @@ cygwin-api.sgml : cygwin-api.in.sgml ./doctool Makefile
faq/faq.html :
-xmlto html -o faq -m $(srcdir)/cygwin.dsl $(srcdir)/faq-sections.xml
+ -sed -i 's;</a><a name="id[0-9]*"></a>;</a>;g' faq/faq.*.html
faq/faq-nochunks.html :
-xmlto html -o faq -m $(srcdir)/cygwin.dsl $(srcdir)/faq.xml
+ -sed -i 's;</a><a name="id[0-9]*"></a>;</a>;g' faq/faq-nochunks.html
./doctool : doctool.c
gcc -g $< -o $@