From: Ivan Maidanski Date: Tue, 24 Apr 2018 21:56:36 +0000 (+0300) Subject: Install gc.3 man page instead of copying gc.man to doc folder (configure) X-Git-Tag: v7.6.8~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f9c69a1c9425c1be8bce20ce1d7757e3953c0bb;p=gc Install gc.3 man page instead of copying gc.man to doc folder (configure) (back-port of commit c2773a5f from 'master') * doc/doc.am [ENABLE_DOCS] (dist_doc_DATA): Remove doc/gc.man. * doc/doc.am [ENABLE_DOCS] (dist_man3_MANS): Set to doc/gc.man. * doc/gc.man (.TH): Rename GC_MALLOC to BDWGC. --- diff --git a/doc/doc.am b/doc/doc.am index 8968f1ef..af2e5222 100644 --- a/doc/doc.am +++ b/doc/doc.am @@ -38,7 +38,6 @@ dist_doc_DATA = \ doc/README.win64 \ doc/debugging.html \ doc/finalization.html \ - doc/gc.man \ doc/gcdescr.html \ doc/gcinterface.html \ doc/leak.html \ @@ -47,4 +46,6 @@ dist_doc_DATA = \ doc/scale.html \ doc/simple_example.html \ doc/tree.html + +dist_man3_MANS = doc/gc.man endif diff --git a/doc/gc.man b/doc/gc.man index 9672d364..b62271c0 100644 --- a/doc/gc.man +++ b/doc/gc.man @@ -1,4 +1,4 @@ -.TH GC_MALLOC 3 "2 October 2003" +.TH BDWGC 3 "2 October 2003" .SH NAME GC_malloc, GC_malloc_atomic, GC_free, GC_realloc, GC_enable_incremental, GC_register_finalizer, GC_malloc_ignore_off_page, GC_malloc_atomic_ignore_off_page, GC_set_warn_proc \- Garbage collecting malloc replacement .SH SYNOPSIS