mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-08 22:42:18 +02:00
Regenerate.
(Logical change 1.38)
This commit is contained in:
parent
e9b93ad9c3
commit
edc22a3a7e
2 changed files with 21 additions and 10 deletions
|
@ -94,11 +94,15 @@ arch = @arch@
|
||||||
install_sh = @install_sh@
|
install_sh = @install_sh@
|
||||||
|
|
||||||
# man pages that go into section 3:
|
# man pages that go into section 3:
|
||||||
man3_MANS = libunwind.man
|
man3_MANS = $(srcdir)/libunwind.man $(srcdir)/libunwind-ia64.man
|
||||||
|
|
||||||
|
EXTRA_DIST = NOTES libunwind.trans \
|
||||||
|
libunwind.tex libunwind-ia64.tex \
|
||||||
|
$(man3_MANS)
|
||||||
|
|
||||||
EXTRA_DIST = NOTES libunwind.trans libunwind.tex $(man3_MANS)
|
|
||||||
|
|
||||||
L2M = latex2man
|
L2M = latex2man
|
||||||
|
L2P = pdflatex
|
||||||
L2M_CMD = $(L2M) -t $(srcdir)/libunwind.trans
|
L2M_CMD = $(L2M) -t $(srcdir)/libunwind.trans
|
||||||
L2H_CMD = $(L2M) -H -t $(srcdir)/libunwind.trans
|
L2H_CMD = $(L2M) -H -t $(srcdir)/libunwind.trans
|
||||||
subdir = doc
|
subdir = doc
|
||||||
|
@ -183,6 +187,7 @@ top_distdir = ..
|
||||||
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
|
||||||
|
|
||||||
distdir: $(DISTFILES)
|
distdir: $(DISTFILES)
|
||||||
|
$(mkinstalldirs) $(distdir)/$(srcdir)
|
||||||
@list='$(DISTFILES)'; for file in $$list; do \
|
@list='$(DISTFILES)'; for file in $$list; do \
|
||||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||||
|
@ -284,12 +289,19 @@ uninstall-man: uninstall-man3
|
||||||
|
|
||||||
|
|
||||||
.tex.man:
|
.tex.man:
|
||||||
|
-bk get $@
|
||||||
$(L2M_CMD) $< $@
|
$(L2M_CMD) $< $@
|
||||||
|
|
||||||
html:
|
html:
|
||||||
for n in $(man3_MANS); do \
|
for n in $(man3_MANS); do \
|
||||||
page=`basename $$n .man`; \
|
page=`basename $$n .man`; \
|
||||||
$(L2H_CMD) $(srcdir)/$$page.tex $$page.php; \
|
$(L2H_CMD) $(srcdir)/$$page.tex "$$page(3).php"; \
|
||||||
|
done
|
||||||
|
|
||||||
|
pdf:
|
||||||
|
for n in $(man3_MANS); do \
|
||||||
|
page=`basename $$n .man`; \
|
||||||
|
$(L2P) $(srcdir)/$$page.tex "$$page(3).pdf"; \
|
||||||
done
|
done
|
||||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
'\" t
|
'\" t
|
||||||
.\" Manual page created with latex2man on Thu Jan 16 23:17:13 PST 2003
|
.\" Manual page created with latex2man on Fri Jan 17 15:53:56 PST 2003
|
||||||
.\" NOTE: This file is generated, DO NOT EDIT.
|
.\" NOTE: This file is generated, DO NOT EDIT.
|
||||||
.de Vb
|
.de Vb
|
||||||
.ft CW
|
.ft CW
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
.fi
|
.fi
|
||||||
..
|
..
|
||||||
.TH "LIBUNWIND" "3" "16 January 2003" "Programming Library " "Programming Library "
|
.TH "LIBUNWIND" "3" "17 January 2003" "Programming Library " "Programming Library "
|
||||||
.SH NAME
|
.SH NAME
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
@ -53,7 +53,7 @@ int,
|
||||||
unw_word_t);
|
unw_word_t);
|
||||||
.br
|
.br
|
||||||
int
|
int
|
||||||
unw_get_fpreg(unw_cursor_t *,
|
unw_set_fpreg(unw_cursor_t *,
|
||||||
int,
|
int,
|
||||||
unw_fpreg_t);
|
unw_fpreg_t);
|
||||||
.br
|
.br
|
||||||
|
@ -451,8 +451,7 @@ multiple platforms.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
libunwind\-ia64(3), libunwind\-hppa(3), libunwind\-x86(3),
|
libunwind\-ia64(3)
|
||||||
unw_init_local(3), unw_init_remote(3), etc.
|
|
||||||
.PP
|
.PP
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue