1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 11:21:44 +02:00

Regenerate.

(Logical change 1.38)
This commit is contained in:
mostang.com!davidm 2003-01-18 08:10:40 +00:00
parent e9b93ad9c3
commit edc22a3a7e
2 changed files with 21 additions and 10 deletions

View file

@ -94,11 +94,15 @@ arch = @arch@
install_sh = @install_sh@
# 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
L2P = pdflatex
L2M_CMD = $(L2M) -t $(srcdir)/libunwind.trans
L2H_CMD = $(L2M) -H -t $(srcdir)/libunwind.trans
subdir = doc
@ -183,6 +187,7 @@ top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
distdir: $(DISTFILES)
$(mkinstalldirs) $(distdir)/$(srcdir)
@list='$(DISTFILES)'; for file in $$list; do \
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
@ -284,12 +289,19 @@ uninstall-man: uninstall-man3
.tex.man:
-bk get $@
$(L2M_CMD) $< $@
html:
for n in $(man3_MANS); do \
page=`basename $$n .man`; \
$(L2H_CMD) $(srcdir)/$$page.tex $$page.php; \
for n in $(man3_MANS); do \
page=`basename $$n .man`; \
$(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
# 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.

View file

@ -1,5 +1,5 @@
'\" 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.
.de Vb
.ft CW
@ -10,7 +10,7 @@
.fi
..
.TH "LIBUNWIND" "3" "16 January 2003" "Programming Library " "Programming Library "
.TH "LIBUNWIND" "3" "17 January 2003" "Programming Library " "Programming Library "
.SH NAME
.PP
@ -53,7 +53,7 @@ int,
unw_word_t);
.br
int
unw_get_fpreg(unw_cursor_t *,
unw_set_fpreg(unw_cursor_t *,
int,
unw_fpreg_t);
.br
@ -451,8 +451,7 @@ multiple platforms.
.SH SEE ALSO
.PP
libunwind\-ia64(3), libunwind\-hppa(3), libunwind\-x86(3),
unw_init_local(3), unw_init_remote(3), etc.
libunwind\-ia64(3)
.PP
.SH AUTHOR