Update html-versions of man-pages for Savannah-based home page.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b9e39a8..fc8e6da 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -60,7 +60,7 @@
html:
for n in $(man3_MANS); do \
page=`basename $$n .man`; \
- $(L2H_CMD) $(srcdir)/$$page.tex "$$page(3).html"; \
+ $(L2H_CMD) $(srcdir)/$$page.tex "$$page(3).raw"; \
done
pdf:
diff --git a/doc/Makefile.in b/doc/Makefile.in
index d106c58..51e1057 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -466,7 +466,7 @@
html:
for n in $(man3_MANS); do \
page=`basename $$n .man`; \
- $(L2H_CMD) $(srcdir)/$$page.tex "$$page(3).html"; \
+ $(L2H_CMD) $(srcdir)/$$page.tex "$$page(3).raw"; \
done
pdf:
diff --git a/doc/libunwind.trans b/doc/libunwind.trans
index f68158d..a514e5a 100644
--- a/doc/libunwind.trans
+++ b/doc/libunwind.trans
@@ -27,7 +27,7 @@
$manMacro1b{'SeeAlso'} = $manMacro1b{File};
# special handling of SeeAlso in latex2man, so that argument gets doubled:
$htmlMacro2a{'SeeAlso'} = "<a href=\"";
- $htmlMacro2b{'SeeAlso'} = ".php\">$htmlMacro1a{File}";
+ $htmlMacro2b{'SeeAlso'} = ".html\">$htmlMacro1a{File}";
$htmlMacro2c{'SeeAlso'} = "$htmlMacro1b{File}</a>";
$texiMacro1a{'SeeAlso'} = $texiMacro1a{File};
$texiMacro1b{'SeeAlso'} = $texiMacro1b{File};