mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 04:52:53 +01:00
(man3_MANS): Mention man-pages for unw_flush_cache(), unw_get_accessors(),
unw_get_proc_info(), unw_get_proc_name(), unw_regname(), and unw_set_caching_policy(). (EXTRA_DIST): Ditto. (Logical change 1.62)
This commit is contained in:
parent
27988406b2
commit
5fea9f709d
1 changed files with 14 additions and 6 deletions
|
@ -1,16 +1,24 @@
|
|||
# man pages that go into section 3:
|
||||
man3_MANS = $(srcdir)/libunwind.man $(srcdir)/libunwind-ia64.man \
|
||||
$(srcdir)/libunwind-ptrace.man $(srcdir)/libunwind-setjmp.man \
|
||||
$(srcdir)/unw_flush_cache.man \
|
||||
$(srcdir)/unw_get_accessors.man \
|
||||
$(srcdir)/unw_get_proc_info.man $(srcdir)/unw_get_proc_name.man \
|
||||
$(srcdir)/unw_init_local.man $(srcdir)/unw_init_remote.man \
|
||||
$(srcdir)/unw_create_addr_space.man \
|
||||
$(srcdir)/unw_destroy_addr_space.man \
|
||||
$(srcdir)/unw_resume.man
|
||||
$(srcdir)/unw_regname.man $(srcdir)/unw_resume.man \
|
||||
$(srcdir)/unw_set_caching_policy.man
|
||||
|
||||
EXTRA_DIST = NOTES libunwind.trans \
|
||||
libunwind.tex libunwind-ia64.tex libunwind-ptrace.tex \
|
||||
libunwind-setjmp.tex \
|
||||
unw_init_local.tex unw_init_remote.tex unw_resume.tex \
|
||||
unw_create_addr_space.tex unw_destroy_addr_space.tex \
|
||||
EXTRA_DIST = NOTES libunwind.trans \
|
||||
libunwind.tex libunwind-ia64.tex libunwind-ptrace.tex \
|
||||
libunwind-setjmp.tex \
|
||||
unw_flush_cache.tex \
|
||||
unw_get_accessors.tex \
|
||||
unw_get_proc_info.tex unw_get_proc_name.tex \
|
||||
unw_init_local.tex unw_init_remote.tex \
|
||||
unw_create_addr_space.tex unw_destroy_addr_space.tex \
|
||||
unw_regname.tex unw_resume.tex unw_set_caching_policy.tex \
|
||||
$(man3_MANS)
|
||||
|
||||
L2M = latex2man
|
||||
|
|
Loading…
Reference in a new issue