Automake files for both gencore command and gencore API. Signed-off-by: Janani Venkataraman <jananive@xxxxxxxxxxxxxxxxxx> --- Makefile.am | 2 +- configure.ac | 2 +- doc/Makefile.am | 2 ++ src/coredump.c | 0 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 doc/Makefile.am mode change 100755 => 100644 src/coredump.c diff --git a/Makefile.am b/Makefile.am index dfa49b2..8b31e4f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ AUTOMAKE_OPTIONS = foreign -SUBDIRS = src +SUBDIRS = src doc diff --git a/configure.ac b/configure.ac index 8c785cd..9e130e0 100644 --- a/configure.ac +++ b/configure.ac @@ -4,4 +4,4 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_HEADERS([config.h]) AC_PROG_CC AC_CONFIG_FILES(Makefile) -AC_OUTPUT(src/Makefile) +AC_OUTPUT(src/Makefile doc/Makefile) diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..a1cf9b5 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,2 @@ +man1_MANS = gencore.1 +man3_MANS = gencore.3 diff --git a/src/coredump.c b/src/coredump.c old mode 100755 new mode 100644 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html