From 2566ac9a1098517912ec2d5bebcc0966acc57053 Mon Sep 17 00:00:00 2001 From: Ariston Lorenzo Date: Fri, 19 May 2023 14:35:55 -0400 Subject: [PATCH] Meta: Add man pages to TASK list Many package managers require having man pages so gotta be sure to make those. Maybe if we make the man pages good enough, we could just do an only 'man' challenge :eyes:. * TASKS: Added 'finish man pages' Signed-off-by: Ariston Lorenzo --- TASKS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TASKS b/TASKS index 5c2717e..454e5e8 100644 --- a/TASKS +++ b/TASKS @@ -23,7 +23,7 @@ to that task (i.e. accepting patches, making the final pull request). According to Levi, in the proxy implementation commit, he wasn't able to be able to turn it into a class so we'll put this here. - * #4: Option to not build linktest + * #4: Option to not build linktest (atl) You may be saying 'just do make link' but then you can't install it since apparently installing the library requires linktest to be built. @@ -32,3 +32,5 @@ to that task (i.e. accepting patches, making the final pull request). having a lot of issues trying to compile linktest that I've never seen before and doesn't happen when compiling manually rather than through the source RPM. + + * #5: Finish man pages (atl) -- 2.11.4.GIT