From 57bfbe4a09a898f11da686646164d3fdf3875123 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 13 Apr 2019 20:41:54 +0200 Subject: And man pages for the function, and add print function to user specifiec error details MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ea88b2f..e8bdb7c 100644 --- a/Makefile +++ b/Makefile @@ -29,6 +29,17 @@ OBJ =\ set_error.o\ set_error_errno.o +MAN3 =\ + liberror_copy_error.3\ + liberror_free_error.3\ + liberror_get_error.3\ + liberror_print_bactrace.3\ + liberror_print_error.3\ + liberror_reset_error.3\ + liberror_save_backtrace.3\ + liberror_set_error.3\ + liberror_set_error_errno.3 + LOBJ = $(OBJ:.o=.lo) -- cgit v1.2.3-70-g09d2