summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-01-10 12:30:53 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-01-10 12:30:53 +0000
commit6f7e00677f11cce4406fb9c70bbcfee8b0938715 (patch)
tree955e6bebca643986858caca6d8f964f39d17d443 /doc
parent4aa4e7b928a9a7408e7f5b90e821cfd7aae58ec1 (diff)
downloadmpfr-6f7e00677f11cce4406fb9c70bbcfee8b0938715.tar.gz
[doc] In faq.xsl, remove only the top-level comments from the HTML file.
Updated FAQ.html with update-faq. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@7992 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ.html3
-rw-r--r--doc/faq.xsl2
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 95db2eb73..aa6509c50 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -379,7 +379,8 @@ settings are correct.</p>
(for instance), the linker takes the first library found in the library search
path, whether it is dynamic or static. The default behavior under darwin is
different, but <cite><acronym>MPFR</acronym></cite> will change it.</p></dd>
-
+<!-- Reference concerning darwin: see MPFR_LD_SEARCH_PATHS_FIRST
+ in MPFR's configure.{ac,in} and acinclude.m4 -->
</dl>
diff --git a/doc/faq.xsl b/doc/faq.xsl
index 58dfd24ad..910e7611f 100644
--- a/doc/faq.xsl
+++ b/doc/faq.xsl
@@ -54,7 +54,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
</xsl:copy>
</xsl:template>
-<xsl:template match="comment()"/>
+<xsl:template match="/comment()"/>
<xsl:template match="node()|@*">
<xsl:copy>