From 7aca85a85d0ae0e9ebb1b568e0a49a21f4b32845 Mon Sep 17 00:00:00 2001 From: David Mosberger-Tang Date: Wed, 15 Aug 2007 22:21:52 -0600 Subject: [PATCH] Update html-versions of man-pages for Savannah-based home page. --- doc/Makefile.am | 2 +- doc/Makefile.in | 2 +- doc/libunwind.trans | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index b9e39a88..fc8e6dae 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -60,7 +60,7 @@ L2H_CMD = $(L2M) -H -t $(srcdir)/libunwind.trans 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 d106c585..51e1057a 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -466,7 +466,7 @@ uninstall-man: uninstall-man3 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 f68158d9..a514e5a0 100644 --- a/doc/libunwind.trans +++ b/doc/libunwind.trans @@ -27,7 +27,7 @@ $manMacro1a{'SeeAlso'} = $manMacro1a{File}; $manMacro1b{'SeeAlso'} = $manMacro1b{File}; # special handling of SeeAlso in latex2man, so that argument gets doubled: $htmlMacro2a{'SeeAlso'} = "$htmlMacro1a{File}"; + $htmlMacro2b{'SeeAlso'} = ".html\">$htmlMacro1a{File}"; $htmlMacro2c{'SeeAlso'} = "$htmlMacro1b{File}"; $texiMacro1a{'SeeAlso'} = $texiMacro1a{File}; $texiMacro1b{'SeeAlso'} = $texiMacro1b{File};