diff --git a/doc/Makefile.am b/doc/Makefile.am index 54194eb8..6d0d27d0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -4,11 +4,19 @@ man3_MANS = $(srcdir)/libunwind.man $(srcdir)/libunwind-ia64.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_get_fpreg.man \ + $(srcdir)/unw_get_reg.man \ + $(srcdir)/unw_getcontext.man \ $(srcdir)/unw_init_local.man $(srcdir)/unw_init_remote.man \ + $(srcdir)/unw_is_fpreg.man \ + $(srcdir)/unw_is_signal_frame.man \ $(srcdir)/unw_create_addr_space.man \ $(srcdir)/unw_destroy_addr_space.man \ $(srcdir)/unw_regname.man $(srcdir)/unw_resume.man \ - $(srcdir)/unw_set_caching_policy.man + $(srcdir)/unw_set_caching_policy.man \ + $(srcdir)/unw_set_fpreg.man \ + $(srcdir)/unw_set_reg.man \ + $(srcdir)/unw_step.man EXTRA_DIST = NOTES libunwind.trans \ libunwind.tex libunwind-ia64.tex libunwind-ptrace.tex \ @@ -16,9 +24,17 @@ EXTRA_DIST = NOTES libunwind.trans \ unw_flush_cache.tex \ unw_get_accessors.tex \ unw_get_proc_info.tex unw_get_proc_name.tex \ + unw_get_fpreg.tex \ + unw_get_reg.tex \ + unw_getcontext.tex \ unw_init_local.tex unw_init_remote.tex \ + unw_is_fpreg.tex \ + unw_is_signal_frame.tex \ unw_create_addr_space.tex unw_destroy_addr_space.tex \ unw_regname.tex unw_resume.tex unw_set_caching_policy.tex \ + unw_set_fpreg.tex \ + unw_set_reg.tex \ + unw_step.text \ $(man3_MANS) L2M = latex2man