aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 99e7f4d..ef10117 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,9 @@ MAN0 = libtellurian.h.0
MAN3 = $(MAN3_FUNC) $(MAN3_CONST)
MAN7 = libtellurian.7
-MAN3_FUNC = $(OBJ_PUBLIC:.o=.3)
+MAN3_FUNC =\
+ $(OBJ_PUBLIC:.o=.3)\
+ libtellurian_coarse_distance_radius.3
MAN3_CONST =\
LIBTELLURIAN_EQUATORIAL_RADIUS.3\