@@@ much mess, mostly manpages
[mLib] / utils / Makefile.am
index 8deae22..fe5a4a3 100644 (file)
@@ -34,18 +34,22 @@ libutils_la_SOURCES  =
 
 ## Compiler checking.
 pkginclude_HEADERS     += compiler.h
+EXTRA_DIST             += compiler.3.in
 LIBMANS                        += compiler.3
 
 ## Utility macros.
 pkginclude_HEADERS     += macros.h
+EXTRA_DIST             += macros.3.in
 LIBMANS                        += macros.3
 
 ## Alignment.
 pkginclude_HEADERS     += align.h
+EXTRA_DIST             += align.3.in
 LIBMANS                        += align.3
 
 ## Bit manipulation.
 pkginclude_HEADERS     += bits.h
+EXTRA_DIST             += bits.3.in
 LIBMANS                        += bits.3
 
 check_PROGRAMS         += t/bits.t
@@ -56,6 +60,7 @@ EXTRA_DIST            += t/bits-testgen
 
 ## Control flow.
 pkginclude_HEADERS     += control.h
+EXTRA_DIST             += control.3.in
 LIBMANS                        += control.3
 
 check_PROGRAMS         += t/control.t
@@ -66,6 +71,7 @@ t_control_t_LDFLAGS    = -static
 ## Exceptions.
 pkginclude_HEADERS     += exc.h
 libutils_la_SOURCES    += exc.c
+EXTRA_DIST             += exc.3.in
 LIBMANS                        += exc.3
 
 check_PROGRAMS         += t/exc.t
@@ -75,25 +81,30 @@ t_exc_t_LDFLAGS              = -static
 ## Generalized formatting.
 pkginclude_HEADERS     += gprintf.h
 libutils_la_SOURCES    += gprintf.c
+EXTRA_DIST             += gprintf.3.in
 LIBMANS                        += gprintf.3
 
 ## Linear regression.
 pkginclude_HEADERS     += linreg.h
 libutils_la_SOURCES    += linreg.c
+EXTRA_DIST             += linreg.3.in
 LIBMANS                        += linreg.3
 
 ## Mathematics.
 pkginclude_HEADERS     += maths.h
+EXTRA_DIST             += maths.3.in
 LIBMANS                        += maths.3
 
 ## String handling.
 pkginclude_HEADERS     += str.h
 libutils_la_SOURCES    += str.c
+EXTRA_DIST             += str.3.in
 LIBMANS                        += str.3
 
 ## Version comparison.
 pkginclude_HEADERS     += versioncmp.h
 libutils_la_SOURCES    += versioncmp.c
+EXTRA_DIST             += versioncmp.3.in
 LIBMANS                        += versioncmp.3
 
 check_PROGRAMS         += t/versioncmp.t