diff --git a/doc/Makefile.am b/doc/Makefile.am index 732c8efa..fc12a090 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -3,7 +3,9 @@ man3_MANS = libunwind.man libunwind-ia64.man \ libunwind-ptrace.man libunwind-setjmp.man \ unw_flush_cache.man \ unw_get_accessors.man \ - unw_get_proc_info.man unw_get_proc_name.man \ + unw_get_proc_info.man \ + unw_get_proc_info_by_ip.man \ + unw_get_proc_name.man \ unw_get_fpreg.man \ unw_get_reg.man \ unw_getcontext.man \ @@ -23,7 +25,9 @@ EXTRA_DIST = NOTES libunwind.trans \ libunwind-setjmp.tex \ unw_flush_cache.tex \ unw_get_accessors.tex \ - unw_get_proc_info.tex unw_get_proc_name.tex \ + unw_get_proc_info.tex \ + unw_get_proc_info_by_ip.tex \ + unw_get_proc_name.tex \ unw_get_fpreg.tex \ unw_get_reg.tex \ unw_getcontext.tex \