X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/d056fbdff1c5a26be055c38eee4c273ee6a0cba7..c4ccbbf992e1587ae316f66af6a28006780688d8:/struct/Makefile.am diff --git a/struct/Makefile.am b/struct/Makefile.am index 124b76e..56d033f 100644 --- a/struct/Makefile.am +++ b/struct/Makefile.am @@ -35,6 +35,7 @@ libstruct_la_SOURCES = ## Dynamic strings. pkginclude_HEADERS += dstr.h dspool.h libstruct_la_SOURCES += dstr.c dstr-putf.c dspool.c +EXTRA_DIST += dstr.3.in dspool.3.in LIBMANS += dstr.3 dspool.3 check_PROGRAMS += t/dstr-putf.t @@ -44,11 +45,13 @@ t_dstr_putf_t_LDFLAGS = -static ## Buffers. pkginclude_HEADERS += buf.h libstruct_la_SOURCES += buf.c buf-dstr.c buf-float.c buf-putf.c +EXTRA_DIST += buf.3.in LIBMANS += buf.3 ## Dynamic arrays. pkginclude_HEADERS += darray.h libstruct_la_SOURCES += darray.c +EXTRA_DIST += darray.3.in LIBMANS += darray.3 check_PROGRAMS += t/darray.t @@ -61,11 +64,13 @@ EXTRA_DIST += t/da-gtest ## Hash tables. pkginclude_HEADERS += hash.h libstruct_la_SOURCES += hash.c +EXTRA_DIST += hash.3.in LIBMANS += hash.3 ## Symbol tables. pkginclude_HEADERS += sym.h libstruct_la_SOURCES += sym.c +EXTRA_DIST += sym.3.in LIBMANS += sym.3 check_PROGRAMS += t/sym.t @@ -78,11 +83,13 @@ EXTRA_DIST += t/sym-gtest ## Atoms. pkginclude_HEADERS += atom.h libstruct_la_SOURCES += atom.c +EXTRA_DIST += atom.3.in LIBMANS += atom.3 ## Association tables. pkginclude_HEADERS += assoc.h libstruct_la_SOURCES += assoc.c +EXTRA_DIST += assoc.3.in LIBMANS += assoc.3 check_PROGRAMS += t/assoc.t