aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-13 20:41:54 +0200
committerMattias Andrée <maandree@kth.se>2019-04-13 20:41:54 +0200
commit57bfbe4a09a898f11da686646164d3fdf3875123 (patch)
treef4bf860bbef8ab681f0c0857316af4b7951d7c37 /Makefile
parentm (diff)
downloadliberror-57bfbe4a09a898f11da686646164d3fdf3875123.tar.gz
liberror-57bfbe4a09a898f11da686646164d3fdf3875123.tar.bz2
liberror-57bfbe4a09a898f11da686646164d3fdf3875123.tar.xz
And man pages for the function, and add print function to user specifiec error details
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
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)