1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-06 06:35:18 +02:00

Update html-versions of man-pages for Savannah-based home page.

This commit is contained in:
David Mosberger-Tang 2007-08-15 22:21:52 -06:00
parent 7fdd022ccf
commit 7aca85a85d
3 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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'} = "<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};